summaryrefslogtreecommitdiff
path: root/manual/platform/x5.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-03-25 10:32:10 +0000
committerMartin Arver <martin.arver@gmail.com>2006-03-25 10:32:10 +0000
commit2a76843f37dc45d7a08fc7a29440b601c9cbe589 (patch)
tree879c1e0c68c58bc4600581f3da1ce258646ea72a /manual/platform/x5.tex
parent96f898e4356d1533f2b2ed6115967a4daa68d0cc (diff)
downloadrockbox-2a76843f37dc45d7a08fc7a29440b601c9cbe589.tar.gz
rockbox-2a76843f37dc45d7a08fc7a29440b601c9cbe589.zip
Add a daps macro, for use when referring to the player. E.g. the \daps\ color ...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9244 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/x5.tex')
-rw-r--r--manual/platform/x5.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/manual/platform/x5.tex b/manual/platform/x5.tex
index 0d2b49490d..12db1f5ab6 100644
--- a/manual/platform/x5.tex
+++ b/manual/platform/x5.tex
@@ -12,6 +12,8 @@
12\newcommand{\genericimg}{160x128x16} 12\newcommand{\genericimg}{160x128x16}
13%Used to name the player, e.g. ...to the \dap 13%Used to name the player, e.g. ...to the \dap
14\newcommand{\dap}{player} 14\newcommand{\dap}{player}
15%For use when referring to the player. E.g. the \daps\ capacity ...
16\newcommand{\daps}{player's}
15\newcommand{\firmwarefilename}{rockbox.iaudio} 17\newcommand{\firmwarefilename}{rockbox.iaudio}
16 18
17\newcommand{\ButtonLeft}{Left} 19\newcommand{\ButtonLeft}{Left}