summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2010-08-02 21:21:33 +0000
committerAlex Parker <rockbox@aeparker.com>2010-08-02 21:21:33 +0000
commitecb2111530b34462741ce9e468fb4cdbb6bac1ee (patch)
tree633106089f13b8d52d248f1446264fd134566d9e
parent240923a801382c86545d10be167a15892a556fb6 (diff)
Manual: %Vl tag was in the viewports section but missing from the tag table in the tags appendix.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27669 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/wps_tags.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index bc71956584..070d191646 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -51,6 +51,10 @@ show the information for the next song to be played.
\config{\%Vf([fgcolour])}\newline
\config{\%Vb([bgcolour])}
& See section \ref{ref:Viewports}\\}
+
+ \config{\%Vl('identifier',\newline\dots)} & Preloads a viewport for later
+ display. `identifier' is a single lowercase letter (a-z) and the `\dots'
+ parameters use the same logic as the \%V tag explained above.\\
\config{\%Vd('identifier')} & Display the `identifier' viewport. E.g.
\config{\%?C<\%Vd(a)|\%Vd(b)>}