summaryrefslogtreecommitdiff
path: root/manual/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins')
-rw-r--r--manual/plugins/brickmania.tex6
-rw-r--r--manual/plugins/main.tex8
2 files changed, 7 insertions, 7 deletions
diff --git a/manual/plugins/brickmania.tex b/manual/plugins/brickmania.tex
index d8966b41f2..2c7a49211a 100644
--- a/manual/plugins/brickmania.tex
+++ b/manual/plugins/brickmania.tex
@@ -3,10 +3,10 @@
3{img:brickmania} 3{img:brickmania}
4BrickMania is a clone of the classic game Breakout. The aim of the game is to 4BrickMania is a clone of the classic game Breakout. The aim of the game is to
5destroy all the bricks by hitting them with the ball once or more. Sometimes a 5destroy all the bricks by hitting them with the ball once or more. Sometimes a
6special falls down when you destroy a brick. For a special to take effect, you 6special item falls down when you destroy a brick. For a special item to take
7must catch it with the paddle. Look out for the bad ones.\\ 7effect, you must catch it with the paddle. Look out for the bad ones.\\
8 8
9\subsubsection{Specials} 9\subsubsection{Special items}
10\begin{table} 10\begin{table}
11 \begin{center} 11 \begin{center}
12 \begin{tabularx}{.75\textwidth}{clX}\toprule 12 \begin{tabularx}{.75\textwidth}{clX}\toprule
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index 3838c2e91b..d5f101b310 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -1,10 +1,10 @@
1% $Id$ % 1% $Id$ %
2\chapter{Plugins}\label{ref:plugins} 2\chapter{Plugins}\label{ref:plugins}
3Plugins are little programs that Rockbox can load and run. Only one plugin can 3Plugins are programs that Rockbox can load and run. Only one plugin can
4be loaded at a time. Plugins have exclusive control over the user interface. 4be loaded at a time. Plugins have exclusive control over the user interface.
5This means you cannot switch back and forth between a plugin and Rockbox, a 5This means you cannot switch back and forth between a plugin and Rockbox. When
6plugin is loaded, run and then exited, which returns control to Rockbox. Most 6a plugin is loaded, you need to exit it to return to the Rockbox interface.
7plugins will not interfere with music playback but some of them will stop 7Most plugins will not interfere with music playback but some of them will stop
8playback while running. Plugins have the file extension \fname{.rock}. Most of 8playback while running. Plugins have the file extension \fname{.rock}. Most of
9them can be started from \setting{Browse Plugins} in the \setting{Main Menu}. 9them can be started from \setting{Browse Plugins} in the \setting{Main Menu}.
10 10