summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/getting_started/installation.tex14
-rw-r--r--manual/platform/h10.tex2
-rw-r--r--manual/platform/h10_5gb.tex2
-rw-r--r--manual/platform/h1xx.tex2
-rw-r--r--manual/platform/h300.tex2
-rw-r--r--manual/platform/ipod3g.tex2
-rw-r--r--manual/platform/ipod4g.tex2
-rw-r--r--manual/platform/ipodcolor.tex2
-rw-r--r--manual/platform/ipodmini.tex2
-rw-r--r--manual/platform/ipodnano.tex2
-rw-r--r--manual/platform/ipodvideo.tex2
-rw-r--r--manual/platform/x5.tex2
12 files changed, 18 insertions, 18 deletions
diff --git a/manual/getting_started/installation.tex b/manual/getting_started/installation.tex
index 49091c304c..96be3269d8 100644
--- a/manual/getting_started/installation.tex
+++ b/manual/getting_started/installation.tex
@@ -67,14 +67,14 @@ software.
67\opt{SWCODEC}{ 67\opt{SWCODEC}{
68 \subsection{Introduction} 68 \subsection{Introduction}
69 69
70 \opt{HAVE_FIRMWARE_ON_DISK}{There are three separate components of Rockbox, 70 \opt{HAVE_RB_BL_ON_DISK}{There are three separate components of Rockbox,
71 two of which need to be installed in order to run Rockbox.} 71 two of which need to be installed in order to run Rockbox.}
72 72
73 \opt{HAVE_FIRMWARE_IN_FLASH}{There are two separate components of Rockbox 73 \opt{HAVE_RB_BL_IN_FLASH}{There are two separate components of Rockbox
74 that need to be installed in order to run Rockbox.} 74 that need to be installed in order to run Rockbox.}
75 75
76 \begin{description} 76 \begin{description}
77 \opt{HAVE_FIRMWARE_ON_DISK}{ 77 \opt{HAVE_RB_BL_ON_DISK}{
78 \item[The \playerman{} bootloader] 78 \item[The \playerman{} bootloader]
79 The \playerman{} bootloader is the program that tells your \dap{} how to boot 79 The \playerman{} bootloader is the program that tells your \dap{} how to boot
80 and load the remaining firmware from disk. It is also responsible for the 80 and load the remaining firmware from disk. It is also responsible for the
@@ -85,20 +85,20 @@ software.
85 in order to install Rockbox.} 85 in order to install Rockbox.}
86 86
87 \item[The Rockbox bootloader.] \index{Bootloader} 87 \item[The Rockbox bootloader.] \index{Bootloader}
88 \opt{HAVE_FIRMWARE_ON_DISK}{The Rockbox bootloader is loaded from disk by 88 \opt{HAVE_RB_BL_ON_DISK}{The Rockbox bootloader is loaded from disk by
89 the \playerman{} bootloader. It is responsible for loading the Rockbox 89 the \playerman{} bootloader. It is responsible for loading the Rockbox
90 firmware and for providing the dual boot function. It directly replaces the 90 firmware and for providing the dual boot function. It directly replaces the
91 \playerman{} firmware on the \daps{} disk.} 91 \playerman{} firmware on the \daps{} disk.}
92 \opt{HAVE_FIRMWARE_IN_FLASH}{ 92 \opt{HAVE_RB_BL_IN_FLASH}{
93 The bootloader is the program that tells your 93 The bootloader is the program that tells your
94 \dap{} how to boot and load other components of Rockbox. This is the 94 \dap{} how to boot and load other components of Rockbox. This is the
95 component of Rockbox that is installed to the flash memory of your 95 component of Rockbox that is installed to the flash memory of your
96 \playerman.} 96 \playerman.}
97 97
98 \item[The Rockbox firmware.] 98 \item[The Rockbox firmware.]
99 \opt{HAVE_FIRMWARE_IN_FLASH}{Unlike the \playerman{} firmware, which runs 99 \opt{HAVE_RB_BL_IN_FLASH}{Unlike the \playerman{} firmware, which runs
100 entirely from flash memory, } 100 entirely from flash memory, }
101 \opt{HAVE_FIRMWARE_ON_DISK}{Similar to the \playerman{} firmware, } 101 \opt{HAVE_RB_BL_ON_DISK}{Similar to the \playerman{} firmware, }
102 most of the Rockbox code is contained in a 102 most of the Rockbox code is contained in a
103 ``build'' that resides on your \daps{} hard drive. This makes it easy to 103 ``build'' that resides on your \daps{} hard drive. This makes it easy to
104 update Rockbox. The build consists of a file named \firmwarefilename{} and a 104 update Rockbox. The build consists of a file named \firmwarefilename{} and a
diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex
index 8faef39d88..2a1fdbe4a7 100644
--- a/manual/platform/h10.tex
+++ b/manual/platform/h10.tex
@@ -1,6 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{h10} 2\def\UseOption{h10}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_ON_DISK} 3\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5\edef\UseOption{\UseOption,HAVE_LCD_COLOR} 5\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
6\edef\UseOption{\UseOption,CONFIG_RTC} 6\edef\UseOption{\UseOption,CONFIG_RTC}
diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex
index 3f4d46833e..c9a06a1e1f 100644
--- a/manual/platform/h10_5gb.tex
+++ b/manual/platform/h10_5gb.tex
@@ -1,6 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{h10_5gb} 2\def\UseOption{h10_5gb}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_ON_DISK} 3\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5\edef\UseOption{\UseOption,HAVE_LCD_COLOR} 5\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
6\edef\UseOption{\UseOption,CONFIG_RTC} 6\edef\UseOption{\UseOption,CONFIG_RTC}
diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex
index de3623a305..a3de98ca19 100644
--- a/manual/platform/h1xx.tex
+++ b/manual/platform/h1xx.tex
@@ -1,6 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{h1xx} 2\def\UseOption{h1xx}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_IN_FLASH} 3\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH}
4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5\edef\UseOption{\UseOption,HAVE_RECORDING} 5\edef\UseOption{\UseOption,HAVE_RECORDING}
6\edef\UseOption{\UseOption,CONFIG_TUNER} 6\edef\UseOption{\UseOption,CONFIG_TUNER}
diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex
index 4b71ef240c..1a0820551a 100644
--- a/manual/platform/h300.tex
+++ b/manual/platform/h300.tex
@@ -1,6 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{h300} 2\def\UseOption{h300}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_IN_FLASH} 3\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH}
4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5\edef\UseOption{\UseOption,HAVE_RECORDING} 5\edef\UseOption{\UseOption,HAVE_RECORDING}
6\edef\UseOption{\UseOption,CONFIG_TUNER} 6\edef\UseOption{\UseOption,CONFIG_TUNER}
diff --git a/manual/platform/ipod3g.tex b/manual/platform/ipod3g.tex
index 31c9e3852a..09ef4d1cb0 100644
--- a/manual/platform/ipod3g.tex
+++ b/manual/platform/ipod3g.tex
@@ -1,6 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{ipod3g} 2\def\UseOption{ipod3g}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_ON_DISK} 3\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5\edef\UseOption{\UseOption,CONFIG_RTC} 5\edef\UseOption{\UseOption,CONFIG_RTC}
6\edef\UseOption{\UseOption,SWCODEC} 6\edef\UseOption{\UseOption,SWCODEC}
diff --git a/manual/platform/ipod4g.tex b/manual/platform/ipod4g.tex
index 9285a5d5db..6712eaf3ed 100644
--- a/manual/platform/ipod4g.tex
+++ b/manual/platform/ipod4g.tex
@@ -1,6 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{ipod4g} 2\def\UseOption{ipod4g}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_ON_DISK} 3\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5\edef\UseOption{\UseOption,CONFIG_RTC} 5\edef\UseOption{\UseOption,CONFIG_RTC}
6\edef\UseOption{\UseOption,SWCODEC} 6\edef\UseOption{\UseOption,SWCODEC}
diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex
index 6bdb4d5855..dee6a38149 100644
--- a/manual/platform/ipodcolor.tex
+++ b/manual/platform/ipodcolor.tex
@@ -1,6 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{ipodcolor} 2\def\UseOption{ipodcolor}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_ON_DISK} 3\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5\edef\UseOption{\UseOption,CONFIG_RTC} 5\edef\UseOption{\UseOption,CONFIG_RTC}
6\edef\UseOption{\UseOption,SWCODEC} 6\edef\UseOption{\UseOption,SWCODEC}
diff --git a/manual/platform/ipodmini.tex b/manual/platform/ipodmini.tex
index b3df423998..038df0ed91 100644
--- a/manual/platform/ipodmini.tex
+++ b/manual/platform/ipodmini.tex
@@ -1,6 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{ipodmini} 2\def\UseOption{ipodmini}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_ON_DISK} 3\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5\edef\UseOption{\UseOption,CONFIG_RTC} 5\edef\UseOption{\UseOption,CONFIG_RTC}
6\edef\UseOption{\UseOption,SWCODEC} 6\edef\UseOption{\UseOption,SWCODEC}
diff --git a/manual/platform/ipodnano.tex b/manual/platform/ipodnano.tex
index d7518d1592..c7e2273f88 100644
--- a/manual/platform/ipodnano.tex
+++ b/manual/platform/ipodnano.tex
@@ -1,6 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{ipodnano} 2\def\UseOption{ipodnano}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_ON_DISK} 3\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5\edef\UseOption{\UseOption,CONFIG_RTC} 5\edef\UseOption{\UseOption,CONFIG_RTC}
6\edef\UseOption{\UseOption,SWCODEC} 6\edef\UseOption{\UseOption,SWCODEC}
diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex
index 3d7aec2b7e..3224ff29ac 100644
--- a/manual/platform/ipodvideo.tex
+++ b/manual/platform/ipodvideo.tex
@@ -1,6 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{ipodvideo} 2\def\UseOption{ipodvideo}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_ON_DISK} 3\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5\edef\UseOption{\UseOption,CONFIG_RTC} 5\edef\UseOption{\UseOption,CONFIG_RTC}
6\edef\UseOption{\UseOption,SWCODEC} 6\edef\UseOption{\UseOption,SWCODEC}
diff --git a/manual/platform/x5.tex b/manual/platform/x5.tex
index fb70a23336..71929a6626 100644
--- a/manual/platform/x5.tex
+++ b/manual/platform/x5.tex
@@ -1,6 +1,6 @@
1% $Id$ % 1% $Id$ %
2\def\UseOption{x5} 2\def\UseOption{x5}
3\edef\UseOption{\UseOption,HAVE_FIRMWARE_IN_FLASH} 3\edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH}
4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5\edef\UseOption{\UseOption,HAVE_RECORDING} 5\edef\UseOption{\UseOption,HAVE_RECORDING}
6\edef\UseOption{\UseOption,CONFIG_TUNER} 6\edef\UseOption{\UseOption,CONFIG_TUNER}