diff options
author | Marianne Arnold <pixelma@rockbox.org> | 2007-05-19 19:03:39 +0000 |
---|---|---|
committer | Marianne Arnold <pixelma@rockbox.org> | 2007-05-19 19:03:39 +0000 |
commit | a352c62ad0cb16eaae104b713c89b21491e3706a (patch) | |
tree | 43759fa9cd5bca22447dd41fb50b355709e41dbb /manual/platform/h1xx.tex | |
parent | 5acb2d5d76258ce7d37c94e91e540696165a1c5a (diff) | |
download | rockbox-a352c62ad0cb16eaae104b713c89b21491e3706a.tar.gz rockbox-a352c62ad0cb16eaae104b713c89b21491e3706a.zip |
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
Diffstat (limited to 'manual/platform/h1xx.tex')
-rw-r--r-- | manual/platform/h1xx.tex | 1 |
1 files changed, 1 insertions, 0 deletions
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}} |