summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/system_options.tex
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2010-08-16 09:43:48 +0000
committerMarianne Arnold <pixelma@rockbox.org>2010-08-16 09:43:48 +0000
commit5b47b89d16fe2cef7654dba1edaa5043196c9e14 (patch)
tree8848a014b828469c4209149ef42e945c274dd7a9 /manual/configure_rockbox/system_options.tex
parente8bbbdffd41d140e442f184a11b194af61a263d8 (diff)
downloadrockbox-5b47b89d16fe2cef7654dba1edaa5043196c9e14.tar.gz
rockbox-5b47b89d16fe2cef7654dba1edaa5043196c9e14.zip
First step of completing the target rename in the manual. Some target specific options were already renamed in the rest of the source (e.g. see r23883) but not where they are actually set - in the platform files - leading to parts included or excluded incorrectly. The problem exists for more targets, this commit deals with the supported Iaudios first. Rename 'x5' to 'iaudiox5' (do the same for 'm5' and 'm3'), fix small errors or add missing info related to them along the way, use more appropriate options and simplify code a bit where possible.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27823 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/configure_rockbox/system_options.tex')
-rw-r--r--manual/configure_rockbox/system_options.tex13
1 files changed, 8 insertions, 5 deletions
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index ac39db60b6..62825bdb3f 100644
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -42,7 +42,7 @@
42 \opt{ipod4g}{630~mAh}% 42 \opt{ipod4g}{630~mAh}%
43 \opt{ipod3g}{630~mAh}% 43 \opt{ipod3g}{630~mAh}%
44 \opt{ipod1g2g}{1200~mAh}% 44 \opt{ipod1g2g}{1200~mAh}%
45 \opt{m5,x5}{950~mAh}% 45 \opt{iaudiom3,iaudiom5,iaudiox5}{950~mAh}%
46 \opt{gigabeatf}{2000~mAh}% 46 \opt{gigabeatf}{2000~mAh}%
47 \opt{gigabeats}{700~mAh}% 47 \opt{gigabeats}{700~mAh}%
48 \opt{cowond2}{1600~mAh}% 48 \opt{cowond2}{1600~mAh}%
@@ -52,10 +52,13 @@
52 calculation. Changing this setting has no effect whatsoever on 52 calculation. Changing this setting has no effect whatsoever on
53 actual battery life. This setting only affects the accuracy of the 53 actual battery life. This setting only affects the accuracy of the
54 runtime estimation as shown on screen. 54 runtime estimation as shown on screen.
55 \opt{iaudio}{Rockbox does not automatically distinguish between the 55 \opt{iaudiom3,iaudiom5,iaudiox5}{Rockbox does not automatically distinguish
56 ``L'' models and the ``simple'' models which determine the default 56 between the ``L'' models and the ``simple'' models which determine the
57 value. If your dap{} is an \opt{m5}{M5L}\opt{x5}{X5L} set the value 57 default value. If your dap{} is an
58 to 2250~mAh for more accuracy in the runtime estimation.} 58 \opt{iaudiom3}{M3L}%
59 \opt{iaudiom5}{M5L}%
60 \opt{iaudiox5}{X5L}
61 set the value to 2250~mAh for more accuracy in the runtime estimation.}
59 \opt{ipod,sansa}{This value is fairly meaningless in the \playerman{} 62 \opt{ipod,sansa}{This value is fairly meaningless in the \playerman{}
60 family at present, and work is on-going into finding a better way to 63 family at present, and work is on-going into finding a better way to
61 determine battery life.} 64 determine battery life.}