summaryrefslogtreecommitdiff
path: root/manual/plugins/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins/main.tex')
-rw-r--r--manual/plugins/main.tex8
1 files changed, 4 insertions, 4 deletions
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