diff options
-rw-r--r-- | manual/advanced_topics/main.tex | 4 | ||||
-rw-r--r-- | manual/appendix/wps_tags.tex | 2 | ||||
-rw-r--r-- | manual/platform/e200.tex | 1 | ||||
-rw-r--r-- | manual/platform/gigabeatf.tex | 1 | ||||
-rw-r--r-- | manual/platform/h10.tex | 1 | ||||
-rw-r--r-- | manual/platform/h10_5gb.tex | 1 | ||||
-rw-r--r-- | manual/platform/h1xx.tex | 1 | ||||
-rw-r--r-- | manual/platform/h300.tex | 1 | ||||
-rw-r--r-- | manual/platform/ipod3g.tex | 1 | ||||
-rw-r--r-- | manual/platform/ipod4g.tex | 1 | ||||
-rw-r--r-- | manual/platform/ipodcolor.tex | 1 | ||||
-rw-r--r-- | manual/platform/ipodmini.tex | 1 | ||||
-rw-r--r-- | manual/platform/ipodnano.tex | 1 | ||||
-rw-r--r-- | manual/platform/ipodvideo.tex | 1 | ||||
-rw-r--r-- | manual/platform/m5.tex | 1 | ||||
-rw-r--r-- | manual/platform/ondiofm.tex | 1 | ||||
-rw-r--r-- | manual/platform/ondiosp.tex | 1 | ||||
-rw-r--r-- | manual/platform/player.tex | 1 | ||||
-rw-r--r-- | manual/platform/recorder.tex | 1 | ||||
-rw-r--r-- | manual/platform/recorderv2fm.tex | 1 | ||||
-rw-r--r-- | manual/platform/x5.tex | 1 |
21 files changed, 22 insertions, 3 deletions
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 | |||
275 | configuration files. A configuration file is simply a text file with the | 275 | configuration files. A configuration file is simply a text file with the |
276 | extension \fname{.cfg}. | 276 | extension \fname{.cfg}. |
277 | 277 | ||
278 | A configuration file may reside anywhere on the hard disk. Multiple | 278 | A configuration file may reside anywhere on the disk. Multiple |
279 | configuration files are permitted. So, for example, you could have | 279 | configuration files are permitted. So, for example, you could have |
280 | a \fname{car.cfg} file for the settings that you use while playing your | 280 | a \fname{car.cfg} file for the settings that you use while playing your |
281 | jukebox in your car, and a \fname{headphones.cfg} file to store the | 281 | jukebox in your car, and a \fname{headphones.cfg} file to store the |
@@ -362,7 +362,7 @@ Example of a configuration file: | |||
362 | } | 362 | } |
363 | 363 | ||
364 | \item [Write .cfg file.]This option writes a \fname{.cfg} file to | 364 | \item [Write .cfg file.]This option writes a \fname{.cfg} file to |
365 | your \daps\ hard disk. The configuration file has the \fname{.cfg} | 365 | your \daps\ disk. The configuration file has the \fname{.cfg} |
366 | extension and is used to store all of the user settings that are described | 366 | extension and is used to store all of the user settings that are described |
367 | throughout this manual. | 367 | throughout this manual. |
368 | 368 | ||
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 | |||
145 | \section{Virtual LED} | 145 | \section{Virtual LED} |
146 | \begin{table} | 146 | \begin{table} |
147 | \begin{tagmap}{}{} | 147 | \begin{tagmap}{}{} |
148 | \config{\%lh} & ``h'' if there is hard disk activity\\ | 148 | \config{\%lh} & ``h'' if the \disk\ is accessed\\ |
149 | \end{tagmap} | 149 | \end{tagmap} |
150 | \end{table} | 150 | \end{table} |
151 | 151 | ||
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 @@ | |||
19 | \newcommand{\daps}{player's} | 19 | \newcommand{\daps}{player's} |
20 | \newcommand{\firmwarefilename}{\fname{rockbox.e200}} | 20 | \newcommand{\firmwarefilename}{\fname{rockbox.e200}} |
21 | \newcommand{\screenshotsize}{4cm} | 21 | \newcommand{\screenshotsize}{4cm} |
22 | \newcommand{\disk}{flash storage} | ||
22 | 23 | ||
23 | \newcommand{\ButtonLeft}{\btnfnt{Left}} | 24 | \newcommand{\ButtonLeft}{\btnfnt{Left}} |
24 | \newcommand{\ButtonRight}{\btnfnt{Right}} | 25 | \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 @@ | |||
18 | \newcommand{\daps}{player's} | 18 | \newcommand{\daps}{player's} |
19 | \newcommand{\firmwarefilename}{\fname{rockbox.gigabeat}} | 19 | \newcommand{\firmwarefilename}{\fname{rockbox.gigabeat}} |
20 | \newcommand{\screenshotsize}{6cm} | 20 | \newcommand{\screenshotsize}{6cm} |
21 | \newcommand{\disk}{hard disk} | ||
21 | 22 | ||
22 | \newcommand{\ButtonPower}{\btnfnt{Power}} | 23 | \newcommand{\ButtonPower}{\btnfnt{Power}} |
23 | \newcommand{\ButtonMenu}{\btnfnt{Menu}} | 24 | \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 @@ | |||
19 | \newcommand{\daps}{player's} | 19 | \newcommand{\daps}{player's} |
20 | \newcommand{\firmwarefilename}{\fname{rockbox.h10}} | 20 | \newcommand{\firmwarefilename}{\fname{rockbox.h10}} |
21 | \newcommand{\screenshotsize}{4cm} | 21 | \newcommand{\screenshotsize}{4cm} |
22 | \newcommand{\disk}{hard disk} | ||
22 | 23 | ||
23 | \newcommand{\ButtonLeft}{\btnfnt{Cancel}} | 24 | \newcommand{\ButtonLeft}{\btnfnt{Cancel}} |
24 | \newcommand{\ButtonRight}{\btnfnt{Select}} | 25 | \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 @@ | |||
19 | \newcommand{\daps}{player's} | 19 | \newcommand{\daps}{player's} |
20 | \newcommand{\firmwarefilename}{\fname{rockbox.h10}} | 20 | \newcommand{\firmwarefilename}{\fname{rockbox.h10}} |
21 | \newcommand{\screenshotsize}{4cm} | 21 | \newcommand{\screenshotsize}{4cm} |
22 | \newcommand{\disk}{hard disk} | ||
22 | 23 | ||
23 | \newcommand{\ButtonLeft}{\btnfnt{Cancel}} | 24 | \newcommand{\ButtonLeft}{\btnfnt{Cancel}} |
24 | \newcommand{\ButtonRight}{\btnfnt{Select}} | 25 | \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 @@ | |||
20 | \newcommand{\daps}{player's} | 20 | \newcommand{\daps}{player's} |
21 | \newcommand{\firmwarefilename}{\fname{rockbox.iriver}} | 21 | \newcommand{\firmwarefilename}{\fname{rockbox.iriver}} |
22 | \newcommand{\screenshotsize}{4cm} | 22 | \newcommand{\screenshotsize}{4cm} |
23 | \newcommand{\disk}{hard disk} | ||
23 | 24 | ||
24 | \newcommand{\ButtonLeft}{\btnfnt{Left}} | 25 | \newcommand{\ButtonLeft}{\btnfnt{Left}} |
25 | \newcommand{\ButtonRight}{\btnfnt{Right}} | 26 | \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 @@ | |||
22 | \newcommand{\daps}{player's} | 22 | \newcommand{\daps}{player's} |
23 | \newcommand{\firmwarefilename}{\fname{rockbox.iriver}} | 23 | \newcommand{\firmwarefilename}{\fname{rockbox.iriver}} |
24 | \newcommand{\screenshotsize}{6cm} | 24 | \newcommand{\screenshotsize}{6cm} |
25 | \newcommand{\disk}{hard disk} | ||
25 | 26 | ||
26 | \newcommand{\ButtonLeft}{\btnfnt{Left}} | 27 | \newcommand{\ButtonLeft}{\btnfnt{Left}} |
27 | \newcommand{\ButtonRight}{\btnfnt{Right}} | 28 | \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 @@ | |||
19 | \newcommand{\daps}{player's} | 19 | \newcommand{\daps}{player's} |
20 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} | 20 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} |
21 | \newcommand{\screenshotsize}{4cm} | 21 | \newcommand{\screenshotsize}{4cm} |
22 | \newcommand{\disk}{hard disk} | ||
22 | 23 | ||
23 | \newcommand{\ButtonLeft}{\btnfnt{Prev}} | 24 | \newcommand{\ButtonLeft}{\btnfnt{Prev}} |
24 | \newcommand{\ButtonRight}{\btnfnt{Next}} | 25 | \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 @@ | |||
19 | \newcommand{\daps}{player's} | 19 | \newcommand{\daps}{player's} |
20 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} | 20 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} |
21 | \newcommand{\screenshotsize}{4cm} | 21 | \newcommand{\screenshotsize}{4cm} |
22 | \newcommand{\disk}{hard disk} | ||
22 | 23 | ||
23 | \newcommand{\ButtonLeft}{\btnfnt{Prev}} | 24 | \newcommand{\ButtonLeft}{\btnfnt{Prev}} |
24 | \newcommand{\ButtonRight}{\btnfnt{Next}} | 25 | \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 @@ | |||
20 | \newcommand{\daps}{player's} | 20 | \newcommand{\daps}{player's} |
21 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} | 21 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} |
22 | \newcommand{\screenshotsize}{6cm} | 22 | \newcommand{\screenshotsize}{6cm} |
23 | \newcommand{\disk}{hard disk} | ||
23 | 24 | ||
24 | \newcommand{\ButtonLeft}{\btnfnt{Prev}} | 25 | \newcommand{\ButtonLeft}{\btnfnt{Prev}} |
25 | \newcommand{\ButtonRight}{\btnfnt{Next}} | 26 | \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 @@ | |||
19 | \newcommand{\daps}{player's} | 19 | \newcommand{\daps}{player's} |
20 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} | 20 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} |
21 | \newcommand{\screenshotsize}{4cm} | 21 | \newcommand{\screenshotsize}{4cm} |
22 | \newcommand{\disk}{hard disk} | ||
22 | 23 | ||
23 | \newcommand{\ButtonLeft}{\btnfnt{Prev}} | 24 | \newcommand{\ButtonLeft}{\btnfnt{Prev}} |
24 | \newcommand{\ButtonRight}{\btnfnt{Next}} | 25 | \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 @@ | |||
20 | \newcommand{\daps}{player's} | 20 | \newcommand{\daps}{player's} |
21 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} | 21 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} |
22 | \newcommand{\screenshotsize}{4cm} | 22 | \newcommand{\screenshotsize}{4cm} |
23 | \newcommand{\disk}{flash storage} | ||
23 | 24 | ||
24 | \newcommand{\ButtonLeft}{\btnfnt{Prev}} | 25 | \newcommand{\ButtonLeft}{\btnfnt{Prev}} |
25 | \newcommand{\ButtonRight}{\btnfnt{Next}} | 26 | \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 @@ | |||
20 | \newcommand{\daps}{player's} | 20 | \newcommand{\daps}{player's} |
21 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} | 21 | \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} |
22 | \newcommand{\screenshotsize}{8cm} | 22 | \newcommand{\screenshotsize}{8cm} |
23 | \newcommand{\disk}{hard disk} | ||
23 | 24 | ||
24 | \newcommand{\ButtonLeft}{\btnfnt{Prev}} | 25 | \newcommand{\ButtonLeft}{\btnfnt{Prev}} |
25 | \newcommand{\ButtonRight}{\btnfnt{Next}} | 26 | \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 @@ | |||
20 | \newcommand{\daps}{player's} | 20 | \newcommand{\daps}{player's} |
21 | \newcommand{\firmwarefilename}{\fname{rockbox.iaudio}} | 21 | \newcommand{\firmwarefilename}{\fname{rockbox.iaudio}} |
22 | \newcommand{\screenshotsize}{4cm} | 22 | \newcommand{\screenshotsize}{4cm} |
23 | \newcommand{\disk}{hard disk} | ||
23 | 24 | ||
24 | \newcommand{\ButtonLeft}{\btnfnt{Left}} | 25 | \newcommand{\ButtonLeft}{\btnfnt{Left}} |
25 | \newcommand{\ButtonRight}{\btnfnt{Right}} | 26 | \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 @@ | |||
21 | \newcommand{\daps}{player's} | 21 | \newcommand{\daps}{player's} |
22 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} | 22 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} |
23 | \newcommand{\screenshotsize}{4cm} | 23 | \newcommand{\screenshotsize}{4cm} |
24 | \newcommand{\disk}{flash storage} | ||
24 | 25 | ||
25 | \newcommand{\ButtonLeft}{\btnfnt{Left}} | 26 | \newcommand{\ButtonLeft}{\btnfnt{Left}} |
26 | \newcommand{\ButtonRight}{\btnfnt{Right}} | 27 | \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 @@ | |||
18 | \newcommand{\daps}{player's} | 18 | \newcommand{\daps}{player's} |
19 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} | 19 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} |
20 | \newcommand{\screenshotsize}{4cm} | 20 | \newcommand{\screenshotsize}{4cm} |
21 | \newcommand{\disk}{flash storage} | ||
21 | 22 | ||
22 | \newcommand{\ButtonLeft}{\btnfnt{Left}} | 23 | \newcommand{\ButtonLeft}{\btnfnt{Left}} |
23 | \newcommand{\ButtonRight}{\btnfnt{Right}} | 24 | \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 @@ | |||
15 | \newcommand{\daps}{player's} | 15 | \newcommand{\daps}{player's} |
16 | \newcommand{\firmwarefilename}{\fname{archos.mod}} | 16 | \newcommand{\firmwarefilename}{\fname{archos.mod}} |
17 | \newcommand{\screenshotsize}{4cm} | 17 | \newcommand{\screenshotsize}{4cm} |
18 | \newcommand{\disk}{hard disk} | ||
18 | 19 | ||
19 | \newcommand{\ButtonLeft}{\btnfnt{Minus}} | 20 | \newcommand{\ButtonLeft}{\btnfnt{Minus}} |
20 | \newcommand{\ButtonRight}{\btnfnt{Plus}} | 21 | \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 @@ | |||
19 | \newcommand{\daps}{player's} | 19 | \newcommand{\daps}{player's} |
20 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} | 20 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} |
21 | \newcommand{\screenshotsize}{4cm} | 21 | \newcommand{\screenshotsize}{4cm} |
22 | \newcommand{\disk}{hard disk} | ||
22 | 23 | ||
23 | \newcommand{\ButtonOn}{\btnfnt{On}} | 24 | \newcommand{\ButtonOn}{\btnfnt{On}} |
24 | \newcommand{\ButtonOff}{\btnfnt{Off}} | 25 | \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 @@ | |||
20 | \newcommand{\daps}{player's} | 20 | \newcommand{\daps}{player's} |
21 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} | 21 | \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} |
22 | \newcommand{\screenshotsize}{4cm} | 22 | \newcommand{\screenshotsize}{4cm} |
23 | \newcommand{\disk}{hard disk} | ||
23 | 24 | ||
24 | \newcommand{\ButtonOn}{\btnfnt{On}} | 25 | \newcommand{\ButtonOn}{\btnfnt{On}} |
25 | \newcommand{\ButtonOff}{\btnfnt{Off}} | 26 | \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 @@ | |||
22 | \newcommand{\daps}{player's} | 22 | \newcommand{\daps}{player's} |
23 | \newcommand{\firmwarefilename}{\fname{rockbox.iaudio}} | 23 | \newcommand{\firmwarefilename}{\fname{rockbox.iaudio}} |
24 | \newcommand{\screenshotsize}{4cm} | 24 | \newcommand{\screenshotsize}{4cm} |
25 | \newcommand{\disk}{hard disk} | ||
25 | 26 | ||
26 | \newcommand{\ButtonLeft}{\btnfnt{Left}} | 27 | \newcommand{\ButtonLeft}{\btnfnt{Left}} |
27 | \newcommand{\ButtonRight}{\btnfnt{Right}} | 28 | \newcommand{\ButtonRight}{\btnfnt{Right}} |