From a352c62ad0cb16eaae104b713c89b21491e3706a Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Sat, 19 May 2007 19:03:39 +0000 Subject: Dealing with the description of flash based vs. hard disk based players in the manual. (1) If possible make the phrasing more general. (2) Introducing a 'disk' macro in the platform files for further use. Any workarounds for this problem should be replaced one by one. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13419 a1c6a512-1295-4272-9138-f99709370657 --- manual/advanced_topics/main.tex | 4 ++-- manual/appendix/wps_tags.tex | 2 +- manual/platform/e200.tex | 1 + manual/platform/gigabeatf.tex | 1 + manual/platform/h10.tex | 1 + manual/platform/h10_5gb.tex | 1 + manual/platform/h1xx.tex | 1 + manual/platform/h300.tex | 1 + manual/platform/ipod3g.tex | 1 + manual/platform/ipod4g.tex | 1 + manual/platform/ipodcolor.tex | 1 + manual/platform/ipodmini.tex | 1 + manual/platform/ipodnano.tex | 1 + manual/platform/ipodvideo.tex | 1 + manual/platform/m5.tex | 1 + manual/platform/ondiofm.tex | 1 + manual/platform/ondiosp.tex | 1 + manual/platform/player.tex | 1 + manual/platform/recorder.tex | 1 + manual/platform/recorderv2fm.tex | 1 + manual/platform/x5.tex | 1 + 21 files changed, 22 insertions(+), 3 deletions(-) (limited to 'manual') diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex index f0172a2810..dd326efc0d 100644 --- a/manual/advanced_topics/main.tex +++ b/manual/advanced_topics/main.tex @@ -275,7 +275,7 @@ Rockbox allows users to store and load multiple settings through the use of configuration files. A configuration file is simply a text file with the extension \fname{.cfg}. -A configuration file may reside anywhere on the hard disk. Multiple +A configuration file may reside anywhere on the disk. Multiple configuration files are permitted. So, for example, you could have a \fname{car.cfg} file for the settings that you use while playing your jukebox in your car, and a \fname{headphones.cfg} file to store the @@ -362,7 +362,7 @@ Example of a configuration file: } \item [Write .cfg file.]This option writes a \fname{.cfg} file to - your \daps\ hard disk. The configuration file has the \fname{.cfg} + your \daps\ disk. The configuration file has the \fname{.cfg} extension and is used to store all of the user settings that are described throughout this manual. diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 215e08f385..4bf070e9a1 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -145,7 +145,7 @@ Example for the \config{\%dN} commands: If the path is \section{Virtual LED} \begin{table} \begin{tagmap}{}{} - \config{\%lh} & ``h'' if there is hard disk activity\\ + \config{\%lh} & ``h'' if the \disk\ is accessed\\ \end{tagmap} \end{table} diff --git a/manual/platform/e200.tex b/manual/platform/e200.tex index 79649d2326..40592f0431 100644 --- a/manual/platform/e200.tex +++ b/manual/platform/e200.tex @@ -19,6 +19,7 @@ \newcommand{\daps}{player's} \newcommand{\firmwarefilename}{\fname{rockbox.e200}} \newcommand{\screenshotsize}{4cm} +\newcommand{\disk}{flash storage} \newcommand{\ButtonLeft}{\btnfnt{Left}} \newcommand{\ButtonRight}{\btnfnt{Right}} diff --git a/manual/platform/gigabeatf.tex b/manual/platform/gigabeatf.tex index 1d011b846d..f62e187006 100644 --- a/manual/platform/gigabeatf.tex +++ b/manual/platform/gigabeatf.tex @@ -18,6 +18,7 @@ \newcommand{\daps}{player's} \newcommand{\firmwarefilename}{\fname{rockbox.gigabeat}} \newcommand{\screenshotsize}{6cm} +\newcommand{\disk}{hard disk} \newcommand{\ButtonPower}{\btnfnt{Power}} \newcommand{\ButtonMenu}{\btnfnt{Menu}} diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex index f5ec202ab2..2aae1ccb3e 100644 --- a/manual/platform/h10.tex +++ b/manual/platform/h10.tex @@ -19,6 +19,7 @@ \newcommand{\daps}{player's} \newcommand{\firmwarefilename}{\fname{rockbox.h10}} \newcommand{\screenshotsize}{4cm} +\newcommand{\disk}{hard disk} \newcommand{\ButtonLeft}{\btnfnt{Cancel}} \newcommand{\ButtonRight}{\btnfnt{Select}} diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex index bf880db499..d6d893049e 100644 --- a/manual/platform/h10_5gb.tex +++ b/manual/platform/h10_5gb.tex @@ -19,6 +19,7 @@ \newcommand{\daps}{player's} \newcommand{\firmwarefilename}{\fname{rockbox.h10}} \newcommand{\screenshotsize}{4cm} +\newcommand{\disk}{hard disk} \newcommand{\ButtonLeft}{\btnfnt{Cancel}} \newcommand{\ButtonRight}{\btnfnt{Select}} diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex index 69cbb35c41..97e42c11a2 100644 --- a/manual/platform/h1xx.tex +++ b/manual/platform/h1xx.tex @@ -20,6 +20,7 @@ \newcommand{\daps}{player's} \newcommand{\firmwarefilename}{\fname{rockbox.iriver}} \newcommand{\screenshotsize}{4cm} +\newcommand{\disk}{hard disk} \newcommand{\ButtonLeft}{\btnfnt{Left}} \newcommand{\ButtonRight}{\btnfnt{Right}} diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex index 5b196e2460..9429051664 100644 --- a/manual/platform/h300.tex +++ b/manual/platform/h300.tex @@ -22,6 +22,7 @@ \newcommand{\daps}{player's} \newcommand{\firmwarefilename}{\fname{rockbox.iriver}} \newcommand{\screenshotsize}{6cm} +\newcommand{\disk}{hard disk} \newcommand{\ButtonLeft}{\btnfnt{Left}} \newcommand{\ButtonRight}{\btnfnt{Right}} diff --git a/manual/platform/ipod3g.tex b/manual/platform/ipod3g.tex index c294ee8960..9f646ac91c 100644 --- a/manual/platform/ipod3g.tex +++ b/manual/platform/ipod3g.tex @@ -19,6 +19,7 @@ \newcommand{\daps}{player's} \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} \newcommand{\screenshotsize}{4cm} +\newcommand{\disk}{hard disk} \newcommand{\ButtonLeft}{\btnfnt{Prev}} \newcommand{\ButtonRight}{\btnfnt{Next}} diff --git a/manual/platform/ipod4g.tex b/manual/platform/ipod4g.tex index 91fc77196a..4dce2c189c 100644 --- a/manual/platform/ipod4g.tex +++ b/manual/platform/ipod4g.tex @@ -19,6 +19,7 @@ \newcommand{\daps}{player's} \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} \newcommand{\screenshotsize}{4cm} +\newcommand{\disk}{hard disk} \newcommand{\ButtonLeft}{\btnfnt{Prev}} \newcommand{\ButtonRight}{\btnfnt{Next}} diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex index 4179ca56c9..7f5eed287b 100644 --- a/manual/platform/ipodcolor.tex +++ b/manual/platform/ipodcolor.tex @@ -20,6 +20,7 @@ \newcommand{\daps}{player's} \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} \newcommand{\screenshotsize}{6cm} +\newcommand{\disk}{hard disk} \newcommand{\ButtonLeft}{\btnfnt{Prev}} \newcommand{\ButtonRight}{\btnfnt{Next}} diff --git a/manual/platform/ipodmini.tex b/manual/platform/ipodmini.tex index 5391c945c6..8ee7cf58a6 100644 --- a/manual/platform/ipodmini.tex +++ b/manual/platform/ipodmini.tex @@ -19,6 +19,7 @@ \newcommand{\daps}{player's} \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} \newcommand{\screenshotsize}{4cm} +\newcommand{\disk}{hard disk} \newcommand{\ButtonLeft}{\btnfnt{Prev}} \newcommand{\ButtonRight}{\btnfnt{Next}} diff --git a/manual/platform/ipodnano.tex b/manual/platform/ipodnano.tex index ecb6a0dd2b..014ef760da 100644 --- a/manual/platform/ipodnano.tex +++ b/manual/platform/ipodnano.tex @@ -20,6 +20,7 @@ \newcommand{\daps}{player's} \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} \newcommand{\screenshotsize}{4cm} +\newcommand{\disk}{flash storage} \newcommand{\ButtonLeft}{\btnfnt{Prev}} \newcommand{\ButtonRight}{\btnfnt{Next}} diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex index 55de4c06d4..a48c24cba4 100644 --- a/manual/platform/ipodvideo.tex +++ b/manual/platform/ipodvideo.tex @@ -20,6 +20,7 @@ \newcommand{\daps}{player's} \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} \newcommand{\screenshotsize}{8cm} +\newcommand{\disk}{hard disk} \newcommand{\ButtonLeft}{\btnfnt{Prev}} \newcommand{\ButtonRight}{\btnfnt{Next}} diff --git a/manual/platform/m5.tex b/manual/platform/m5.tex index 95943465f4..52d429d1ec 100644 --- a/manual/platform/m5.tex +++ b/manual/platform/m5.tex @@ -20,6 +20,7 @@ \newcommand{\daps}{player's} \newcommand{\firmwarefilename}{\fname{rockbox.iaudio}} \newcommand{\screenshotsize}{4cm} +\newcommand{\disk}{hard disk} \newcommand{\ButtonLeft}{\btnfnt{Left}} \newcommand{\ButtonRight}{\btnfnt{Right}} diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex index 1bcfd924e4..37762bfb0e 100644 --- a/manual/platform/ondiofm.tex +++ b/manual/platform/ondiofm.tex @@ -21,6 +21,7 @@ \newcommand{\daps}{player's} \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} \newcommand{\screenshotsize}{4cm} +\newcommand{\disk}{flash storage} \newcommand{\ButtonLeft}{\btnfnt{Left}} \newcommand{\ButtonRight}{\btnfnt{Right}} diff --git a/manual/platform/ondiosp.tex b/manual/platform/ondiosp.tex index e984397ef7..5cb9a61a25 100644 --- a/manual/platform/ondiosp.tex +++ b/manual/platform/ondiosp.tex @@ -18,6 +18,7 @@ \newcommand{\daps}{player's} \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} \newcommand{\screenshotsize}{4cm} +\newcommand{\disk}{flash storage} \newcommand{\ButtonLeft}{\btnfnt{Left}} \newcommand{\ButtonRight}{\btnfnt{Right}} diff --git a/manual/platform/player.tex b/manual/platform/player.tex index d42c2c1c70..e9674009be 100644 --- a/manual/platform/player.tex +++ b/manual/platform/player.tex @@ -15,6 +15,7 @@ \newcommand{\daps}{player's} \newcommand{\firmwarefilename}{\fname{archos.mod}} \newcommand{\screenshotsize}{4cm} +\newcommand{\disk}{hard disk} \newcommand{\ButtonLeft}{\btnfnt{Minus}} \newcommand{\ButtonRight}{\btnfnt{Plus}} diff --git a/manual/platform/recorder.tex b/manual/platform/recorder.tex index b8da5faf28..ef91206b2e 100644 --- a/manual/platform/recorder.tex +++ b/manual/platform/recorder.tex @@ -19,6 +19,7 @@ \newcommand{\daps}{player's} \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} \newcommand{\screenshotsize}{4cm} +\newcommand{\disk}{hard disk} \newcommand{\ButtonOn}{\btnfnt{On}} \newcommand{\ButtonOff}{\btnfnt{Off}} diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex index 7b93efbf37..9b48882fd3 100644 --- a/manual/platform/recorderv2fm.tex +++ b/manual/platform/recorderv2fm.tex @@ -20,6 +20,7 @@ \newcommand{\daps}{player's} \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} \newcommand{\screenshotsize}{4cm} +\newcommand{\disk}{hard disk} \newcommand{\ButtonOn}{\btnfnt{On}} \newcommand{\ButtonOff}{\btnfnt{Off}} diff --git a/manual/platform/x5.tex b/manual/platform/x5.tex index 2db46e48ac..4dee3033ca 100644 --- a/manual/platform/x5.tex +++ b/manual/platform/x5.tex @@ -22,6 +22,7 @@ \newcommand{\daps}{player's} \newcommand{\firmwarefilename}{\fname{rockbox.iaudio}} \newcommand{\screenshotsize}{4cm} +\newcommand{\disk}{hard disk} \newcommand{\ButtonLeft}{\btnfnt{Left}} \newcommand{\ButtonRight}{\btnfnt{Right}} -- cgit v1.2.3