summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-09-24 19:07:42 +0000
committerAlexander Levin <al.le@rockbox.org>2010-09-24 19:07:42 +0000
commit11e792b3cf889b6d96efd99f1404d09b6b8b7b3b (patch)
tree9bf1fef4dcf106ccf2f863b71e474601d34e9f00 /manual
parenta8ed339ba573e48b82d0fdda348a748e142f803d (diff)
Correct the examples of usage of %pS and %pE in the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28157 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/appendix/wps_tags.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 0bb25dea91..92460e8b32 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -160,12 +160,12 @@ or \config{\%D(2)}), produce the information for the next file to be played.
\config{\%pS} & Track is starting. An optional number gives how many seconds
the tag remains true for after the start of the track. The default is
10 seconds if no number is specified.
- \config{\%pS(7)<in the first 7 seconds of track|in
+ \config{\%?pS(7)<in the first 7 seconds of track|in
the rest of the track>}\\
\config{\%pE} & Track is ending. An optional number gives how many seconds
before the end of the track the tag becomes true. The default is
10 seconds if no number is specified.
- \config{\%pE(7)<in the last 7 seconds of track|in
+ \config{\%?pE(7)<in the last 7 seconds of track|in
the rest of the track>}\\
\config{\%Sp} & Current playback pitch\\
\end{tagmap}