diff options
| author | Alexander Levin <al.le@rockbox.org> | 2010-09-24 19:07:42 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2010-09-24 19:07:42 +0000 |
| commit | 11e792b3cf889b6d96efd99f1404d09b6b8b7b3b (patch) | |
| tree | 9bf1fef4dcf106ccf2f863b71e474601d34e9f00 | |
| parent | a8ed339ba573e48b82d0fdda348a748e142f803d (diff) | |
| download | rockbox-11e792b3cf889b6d96efd99f1404d09b6b8b7b3b.zip rockbox-11e792b3cf889b6d96efd99f1404d09b6b8b7b3b.tar.gz rockbox-11e792b3cf889b6d96efd99f1404d09b6b8b7b3b.tar.bz2 rockbox-11e792b3cf889b6d96efd99f1404d09b6b8b7b3b.tar.xz | |
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
| -rw-r--r-- | manual/appendix/wps_tags.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 0bb25de..92460e8 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} |