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/main.tex | |
| 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/main.tex')
| -rw-r--r-- | manual/plugins/main.tex | 8 |
1 files changed, 4 insertions, 4 deletions
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}. |