summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2010-08-12 09:50:29 +0000
committerMagnus Holmgren <magnushol@gmail.com>2010-08-12 09:50:29 +0000
commit0b9215809ad5b070fc4ae34af8db7fc4a5efa617 (patch)
tree8b10691f0aa8e663327a5a08a942f31ad3594f28
parentc6078fe2a889538069ada0a4e1abb92c8aa1a553 (diff)
downloadrockbox-0b9215809ad5b070fc4ae34af8db7fc4a5efa617.tar.gz
rockbox-0b9215809ad5b070fc4ae34af8db7fc4a5efa617.zip
Update the manual regarding the bl tag change in r27784. Also fix a typo.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27785 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/wps_tags.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index bd773c62fe..0089786f2e 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -81,9 +81,10 @@ show the information for the next song to be played.
81 Can also be used in a conditional: 81 Can also be used in a conditional:
82 \config{\%?bl<-1|0|1|2|\ldots|N>}, 82 \config{\%?bl<-1|0|1|2|\ldots|N>},
83 where the value $-1$ is used when the battery level isn't 83 where the value $-1$ is used when the battery level isn't
84 known (it usually is). 84 known (it usually is). The value $N$ is only used when the
85 battery level is exactly 100 percent.
85 An image can also be used, the proportion of the image 86 An image can also be used, the proportion of the image
86 shown correspinds to the battery level: 87 shown corresponds to the battery level:
87 \config{\%bl(x,y,[width],[height],image.bmp)}\\ 88 \config{\%bl(x,y,[width],[height],image.bmp)}\\
88 \config{\%bv} & The battery level in volts\\ 89 \config{\%bv} & The battery level in volts\\
89 \config{\%bt} & Estimated battery time left\\ 90 \config{\%bt} & Estimated battery time left\\