diff options
| author | Thom Johansen <thomj@rockbox.org> | 2008-07-14 22:47:40 +0000 |
|---|---|---|
| committer | Thom Johansen <thomj@rockbox.org> | 2008-07-14 22:47:40 +0000 |
| commit | 3a74208d4e5a67d86c4b1b978ebf5ecfb0347a55 (patch) | |
| tree | 3fc5190f0d9e7588332e09f6f365875c633845e8 /manual/plugins | |
| parent | 167a27dd76849c0ea8ed13d58297e334a9a90a1e (diff) | |
| download | rockbox-3a74208d4e5a67d86c4b1b978ebf5ecfb0347a55.zip rockbox-3a74208d4e5a67d86c4b1b978ebf5ecfb0347a55.tar.gz rockbox-3a74208d4e5a67d86c4b1b978ebf5ecfb0347a55.tar.bz2 rockbox-3a74208d4e5a67d86c4b1b978ebf5ecfb0347a55.tar.xz | |
General language cleanup and small restrucuring of the source code of misc. parts of the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18043 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins')
| -rw-r--r-- | manual/plugins/brickmania.tex | 6 | ||||
| -rw-r--r-- | manual/plugins/main.tex | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/manual/plugins/brickmania.tex b/manual/plugins/brickmania.tex index d8966b4..2c7a492 100644 --- a/manual/plugins/brickmania.tex +++ b/manual/plugins/brickmania.tex @@ -3,10 +3,10 @@ {img:brickmania} BrickMania is a clone of the classic game Breakout. The aim of the game is to destroy all the bricks by hitting them with the ball once or more. Sometimes a -special falls down when you destroy a brick. For a special to take effect, you -must catch it with the paddle. Look out for the bad ones.\\ +special item falls down when you destroy a brick. For a special item to take +effect, you must catch it with the paddle. Look out for the bad ones.\\ -\subsubsection{Specials} +\subsubsection{Special items} \begin{table} \begin{center} \begin{tabularx}{.75\textwidth}{clX}\toprule diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 3838c2e..d5f101b 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -1,10 +1,10 @@ % $Id$ % \chapter{Plugins}\label{ref:plugins} -Plugins are little programs that Rockbox can load and run. Only one plugin can +Plugins are programs that Rockbox can load and run. Only one plugin can be loaded at a time. Plugins have exclusive control over the user interface. -This means you cannot switch back and forth between a plugin and Rockbox, a -plugin is loaded, run and then exited, which returns control to Rockbox. Most -plugins will not interfere with music playback but some of them will stop +This means you cannot switch back and forth between a plugin and Rockbox. When +a plugin is loaded, you need to exit it to return to the Rockbox interface. +Most plugins will not interfere with music playback but some of them will stop playback while running. Plugins have the file extension \fname{.rock}. Most of them can be started from \setting{Browse Plugins} in the \setting{Main Menu}. |