summaryrefslogtreecommitdiff
path: root/manual/platform
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-06-07 12:15:46 +0000
committerMartin Arver <martin.arver@gmail.com>2006-06-07 12:15:46 +0000
commit47ea9065350e8399018b62a57839debaab6c5212 (patch)
tree7689424193feab9717f1a706faf186c069609abb /manual/platform
parent0dd1f8ec11f28fe34c93ba97af95eb2be2fef44f (diff)
downloadrockbox-47ea9065350e8399018b62a57839debaab6c5212.tar.gz
rockbox-47ea9065350e8399018b62a57839debaab6c5212.zip
Introduce new example environment. Slight adjustment of the code env. Change fname to use texttt. Add fname to the firmwarefilename macro in the platform files. Cleanup of the advanced topics chapter. The archos flashing still needs attention.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10081 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform')
-rw-r--r--manual/platform/h1xx.tex2
-rw-r--r--manual/platform/h300.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/ondiofm.tex2
-rw-r--r--manual/platform/ondiosp.tex2
-rw-r--r--manual/platform/player.tex2
-rw-r--r--manual/platform/recorder.tex2
-rw-r--r--manual/platform/recorderv2fm.tex2
-rw-r--r--manual/platform/x5.tex2
13 files changed, 13 insertions, 13 deletions
diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex
index e616b7ec1b..b4fbec95e2 100644
--- a/manual/platform/h1xx.tex
+++ b/manual/platform/h1xx.tex
@@ -15,7 +15,7 @@
15\newcommand{\dap}{player} 15\newcommand{\dap}{player}
16%For use when referring to the player. E.g. the \daps\ capacity ... 16%For use when referring to the player. E.g. the \daps\ capacity ...
17\newcommand{\daps}{player's} 17\newcommand{\daps}{player's}
18\newcommand{\firmwarefilename}{rockbox.iriver} 18\newcommand{\firmwarefilename}{\fname{rockbox.iriver}}
19 19
20\newcommand{\ButtonLeft}{Left} 20\newcommand{\ButtonLeft}{Left}
21\newcommand{\ButtonRight}{Right} 21\newcommand{\ButtonRight}{Right}
diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex
index 136122e290..3a9ac77d8f 100644
--- a/manual/platform/h300.tex
+++ b/manual/platform/h300.tex
@@ -17,7 +17,7 @@
17\newcommand{\dap}{player} 17\newcommand{\dap}{player}
18%For use when referring to the player. E.g. the \daps\ capacity ... 18%For use when referring to the player. E.g. the \daps\ capacity ...
19\newcommand{\daps}{player's} 19\newcommand{\daps}{player's}
20\newcommand{\firmwarefilename}{rockbox.iriver} 20\newcommand{\firmwarefilename}{\fname{rockbox.iriver}}
21 21
22\newcommand{\ButtonLeft}{Left} 22\newcommand{\ButtonLeft}{Left}
23\newcommand{\ButtonRight}{Right} 23\newcommand{\ButtonRight}{Right}
diff --git a/manual/platform/ipod4g.tex b/manual/platform/ipod4g.tex
index 95664bff93..494429564e 100644
--- a/manual/platform/ipod4g.tex
+++ b/manual/platform/ipod4g.tex
@@ -14,7 +14,7 @@
14\newcommand{\dap}{player} 14\newcommand{\dap}{player}
15%For use when referring to the player. E.g. the \daps\ capacity ... 15%For use when referring to the player. E.g. the \daps\ capacity ...
16\newcommand{\daps}{player's} 16\newcommand{\daps}{player's}
17\newcommand{\firmwarefilename}{rockbox.ipod} 17\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
18 18
19\newcommand{\ButtonLeft}{Prev} 19\newcommand{\ButtonLeft}{Prev}
20\newcommand{\ButtonRight}{Next} 20\newcommand{\ButtonRight}{Next}
diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex
index 3a245bbb22..5e52ac8f5b 100644
--- a/manual/platform/ipodcolor.tex
+++ b/manual/platform/ipodcolor.tex
@@ -15,7 +15,7 @@
15\newcommand{\dap}{player} 15\newcommand{\dap}{player}
16%For use when referring to the player. E.g. the \daps\ capacity ... 16%For use when referring to the player. E.g. the \daps\ capacity ...
17\newcommand{\daps}{player's} 17\newcommand{\daps}{player's}
18\newcommand{\firmwarefilename}{rockbox.ipod} 18\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
19 19
20\newcommand{\ButtonLeft}{Prev} 20\newcommand{\ButtonLeft}{Prev}
21\newcommand{\ButtonRight}{Next} 21\newcommand{\ButtonRight}{Next}
diff --git a/manual/platform/ipodmini.tex b/manual/platform/ipodmini.tex
index 857ef73bfa..b1dba17e6f 100644
--- a/manual/platform/ipodmini.tex
+++ b/manual/platform/ipodmini.tex
@@ -14,7 +14,7 @@
14\newcommand{\dap}{player} 14\newcommand{\dap}{player}
15%For use when referring to the player. E.g. the \daps\ capacity ... 15%For use when referring to the player. E.g. the \daps\ capacity ...
16\newcommand{\daps}{player's} 16\newcommand{\daps}{player's}
17\newcommand{\firmwarefilename}{rockbox.ipod} 17\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
18 18
19\newcommand{\ButtonLeft}{Prev} 19\newcommand{\ButtonLeft}{Prev}
20\newcommand{\ButtonRight}{Next} 20\newcommand{\ButtonRight}{Next}
diff --git a/manual/platform/ipodnano.tex b/manual/platform/ipodnano.tex
index 0173652e1f..d720b9e79d 100644
--- a/manual/platform/ipodnano.tex
+++ b/manual/platform/ipodnano.tex
@@ -15,7 +15,7 @@
15\newcommand{\dap}{player} 15\newcommand{\dap}{player}
16%For use when referring to the player. E.g. the \daps\ capacity ... 16%For use when referring to the player. E.g. the \daps\ capacity ...
17\newcommand{\daps}{player's} 17\newcommand{\daps}{player's}
18\newcommand{\firmwarefilename}{rockbox.ipod} 18\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
19 19
20\newcommand{\ButtonLeft}{Prev} 20\newcommand{\ButtonLeft}{Prev}
21\newcommand{\ButtonRight}{Next} 21\newcommand{\ButtonRight}{Next}
diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex
index 6611f7538c..6597e1934a 100644
--- a/manual/platform/ipodvideo.tex
+++ b/manual/platform/ipodvideo.tex
@@ -15,7 +15,7 @@
15\newcommand{\dap}{player} 15\newcommand{\dap}{player}
16%For use when referring to the player. E.g. the \daps\ capacity ... 16%For use when referring to the player. E.g. the \daps\ capacity ...
17\newcommand{\daps}{player's} 17\newcommand{\daps}{player's}
18\newcommand{\firmwarefilename}{rockbox.ipod} 18\newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
19 19
20\newcommand{\ButtonLeft}{Prev} 20\newcommand{\ButtonLeft}{Prev}
21\newcommand{\ButtonRight}{Next} 21\newcommand{\ButtonRight}{Next}
diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex
index c48aff84bc..917fb4da62 100644
--- a/manual/platform/ondiofm.tex
+++ b/manual/platform/ondiofm.tex
@@ -18,7 +18,7 @@
18\newcommand{\dap}{player} 18\newcommand{\dap}{player}
19%For use when referring to the player. E.g. the \daps\ capacity ... 19%For use when referring to the player. E.g. the \daps\ capacity ...
20\newcommand{\daps}{player's} 20\newcommand{\daps}{player's}
21\newcommand{\firmwarefilename}{ajbrec.ajz} 21\newcommand{\firmwarefilename}{\fname{ajbrec.ajz}}
22 22
23\newcommand{\ButtonLeft}{Left} 23\newcommand{\ButtonLeft}{Left}
24\newcommand{\ButtonRight}{Right} 24\newcommand{\ButtonRight}{Right}
diff --git a/manual/platform/ondiosp.tex b/manual/platform/ondiosp.tex
index 879a01f898..be1f2ec15f 100644
--- a/manual/platform/ondiosp.tex
+++ b/manual/platform/ondiosp.tex
@@ -15,7 +15,7 @@
15\newcommand{\dap}{player} 15\newcommand{\dap}{player}
16%For use when referring to the player. E.g. the \daps\ capacity ... 16%For use when referring to the player. E.g. the \daps\ capacity ...
17\newcommand{\daps}{player's} 17\newcommand{\daps}{player's}
18\newcommand{\firmwarefilename}{ajbrec.ajz} 18\newcommand{\firmwarefilename}{\fname{ajbrec.ajz}}
19 19
20\newcommand{\ButtonLeft}{Left} 20\newcommand{\ButtonLeft}{Left}
21\newcommand{\ButtonRight}{Right} 21\newcommand{\ButtonRight}{Right}
diff --git a/manual/platform/player.tex b/manual/platform/player.tex
index 93a71f703e..6357191b13 100644
--- a/manual/platform/player.tex
+++ b/manual/platform/player.tex
@@ -12,7 +12,7 @@
12\newcommand{\dap}{player} 12\newcommand{\dap}{player}
13%For use when referring to the player. E.g. the \daps\ capacity ... 13%For use when referring to the player. E.g. the \daps\ capacity ...
14\newcommand{\daps}{player's} 14\newcommand{\daps}{player's}
15\newcommand{\firmwarefilename}{archos.mod} 15\newcommand{\firmwarefilename}{\fname{archos.mod}}
16 16
17\newcommand{\ButtonLeft}{Left} 17\newcommand{\ButtonLeft}{Left}
18\newcommand{\ButtonRight}{Right} 18\newcommand{\ButtonRight}{Right}
diff --git a/manual/platform/recorder.tex b/manual/platform/recorder.tex
index 6eff1c176a..6a514e72eb 100644
--- a/manual/platform/recorder.tex
+++ b/manual/platform/recorder.tex
@@ -15,7 +15,7 @@
15\newcommand{\dap}{player} 15\newcommand{\dap}{player}
16%For use when referring to the player. E.g. the \daps\ capacity ... 16%For use when referring to the player. E.g. the \daps\ capacity ...
17\newcommand{\daps}{player's} 17\newcommand{\daps}{player's}
18\newcommand{\firmwarefilename}{ajbrec.ajz} 18\newcommand{\firmwarefilename}{\fname{ajbrec.ajz}}
19 19
20\newcommand{\ButtonOn}{On} 20\newcommand{\ButtonOn}{On}
21\newcommand{\ButtonOff}{Stop} 21\newcommand{\ButtonOff}{Stop}
diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex
index 3dfa2e4214..cd2cd759be 100644
--- a/manual/platform/recorderv2fm.tex
+++ b/manual/platform/recorderv2fm.tex
@@ -16,7 +16,7 @@
16\newcommand{\dap}{player} 16\newcommand{\dap}{player}
17%For use when referring to the player. E.g. the \daps\ capacity ... 17%For use when referring to the player. E.g. the \daps\ capacity ...
18\newcommand{\daps}{player's} 18\newcommand{\daps}{player's}
19\newcommand{\firmwarefilename}{ajbrec.ajz} 19\newcommand{\firmwarefilename}{\fname{ajbrec.ajz}}
20 20
21\newcommand{\ButtonOn}{On} 21\newcommand{\ButtonOn}{On}
22\newcommand{\ButtonOff}{Stop} 22\newcommand{\ButtonOff}{Stop}
diff --git a/manual/platform/x5.tex b/manual/platform/x5.tex
index 0981d0b374..3c84b6df0b 100644
--- a/manual/platform/x5.tex
+++ b/manual/platform/x5.tex
@@ -17,7 +17,7 @@
17\newcommand{\dap}{player} 17\newcommand{\dap}{player}
18%For use when referring to the player. E.g. the \daps\ capacity ... 18%For use when referring to the player. E.g. the \daps\ capacity ...
19\newcommand{\daps}{player's} 19\newcommand{\daps}{player's}
20\newcommand{\firmwarefilename}{rockbox.iaudio} 20\newcommand{\firmwarefilename}{\fname{rockbox.iaudio}}
21 21
22\newcommand{\ButtonLeft}{Left} 22\newcommand{\ButtonLeft}{Left}
23\newcommand{\ButtonRight}{Right} 23\newcommand{\ButtonRight}{Right}