diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2008-02-10 18:35:44 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2008-02-10 18:35:44 +0000 |
| commit | 88b8d6eac0750ad08ebd57eccca8b76d7371d153 (patch) | |
| tree | 469eb4cc753ebe114fb012f88a2f9e4febcec39d | |
| parent | 80ad459c336c30387c7d898a92da2d19e4a8e9a5 (diff) | |
| download | rockbox-88b8d6eac0750ad08ebd57eccca8b76d7371d153.zip rockbox-88b8d6eac0750ad08ebd57eccca8b76d7371d153.tar.gz rockbox-88b8d6eac0750ad08ebd57eccca8b76d7371d153.tar.bz2 rockbox-88b8d6eac0750ad08ebd57eccca8b76d7371d153.tar.xz | |
Manual: Introducing a 'multivolume' macro to be a bit more accurate about the Rockbox Info screen, maybe it can be used somewhere else too. The naming follows the idea of parsing the features.txt to usable options (see FS#8567).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16276 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/main_menu/main.tex | 10 | ||||
| -rw-r--r-- | manual/platform/c200.tex | 1 | ||||
| -rw-r--r-- | manual/platform/e200.tex | 1 | ||||
| -rw-r--r-- | manual/platform/ondiofm.tex | 1 | ||||
| -rw-r--r-- | manual/platform/ondiosp.tex | 1 |
5 files changed, 10 insertions, 4 deletions
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex index e6b7923..418421e 100644 --- a/manual/main_menu/main.tex +++ b/manual/main_menu/main.tex @@ -161,12 +161,14 @@ pages of information.} Displays some basic system information. This is, from top to bottom, the amount of memory Rockbox has available for storing music (the buffer). The battery status. -\opt{ondio}{% +\opt{multivolume}{% Memory size and amount of free space on the two data volumes, this info is - given seperately for internal memory (\emph{Int}) and for a plugged in MMC -(\emph{MMC}). + given seperately for internal memory (\emph{Int}) and for a plugged in + memory card + \opt{ondio}{(\emph{MMC})} + \opt{sansa}{(\emph{MSD})}. }% -\nopt{ondio}{Hard disk size and the amount of free space on the disk.} +\nopt{multivolume}{Hard disk size and the amount of free space on the disk.} \item[Version:] Software version and credits display. diff --git a/manual/platform/c200.tex b/manual/platform/c200.tex index c6ea23a..fc5067f 100644 --- a/manual/platform/c200.tex +++ b/manual/platform/c200.tex @@ -13,6 +13,7 @@ \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} \edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS} \edef\UseOption{\UseOption,HAVE_RECORDING} +\edef\UseOption{\UseOption,multivolume} \edef\UseOption{\UseOption,sansa} \newcommand{\playerman}{Sansa} diff --git a/manual/platform/e200.tex b/manual/platform/e200.tex index faaa875..b472738 100644 --- a/manual/platform/e200.tex +++ b/manual/platform/e200.tex @@ -15,6 +15,7 @@ \edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS} \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} \edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS} +\edef\UseOption{\UseOption,multivolume} \edef\UseOption{\UseOption,sansa} \newcommand{\playerman}{Sansa} diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex index 64a72c9..ab6c2d3 100644 --- a/manual/platform/ondiofm.tex +++ b/manual/platform/ondiofm.tex @@ -11,6 +11,7 @@ \edef\UseOption{\UseOption,MASCODEC} \edef\UseOption{\UseOption,ONDIO_PAD} \edef\UseOption{\UseOption,BATTERY_TYPES} +\edef\UseOption{\UseOption,multivolume} \edef\UseOption{\UseOption,archos} \newcommand{\playerman}{Archos} diff --git a/manual/platform/ondiosp.tex b/manual/platform/ondiosp.tex index c07cab2..2894b67 100644 --- a/manual/platform/ondiosp.tex +++ b/manual/platform/ondiosp.tex @@ -8,6 +8,7 @@ \edef\UseOption{\UseOption,MASCODEC} \edef\UseOption{\UseOption,ONDIO_PAD} \edef\UseOption{\UseOption,BATTERY_TYPES} +\edef\UseOption{\UseOption,multivolume} \edef\UseOption{\UseOption,archos} \newcommand{\playerman}{Archos} |