summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2011-05-22 12:54:52 +0000
committerMarianne Arnold <pixelma@rockbox.org>2011-05-22 12:54:52 +0000
commita0f346204fdab053e6075db1431aff23149bb312 (patch)
tree5afcd10cee225e62313cbbefd9e3e37c4b0a45bf
parent313254e4ecd2571f5e566b4948928e9e75447128 (diff)
downloadrockbox-a0f346204fdab053e6075db1431aff23149bb312.tar.gz
rockbox-a0f346204fdab053e6075db1431aff23149bb312.zip
Manual: Fix theme tags section and hence the complete manual for touchscreen targets . The _ needs escaping (but the * doesn't).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29908 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/wps_tags.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index cddfbe1d85..370270531c 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -603,7 +603,7 @@ display cycling round the defined sublines. See
603 touchscreen area.\\ 603 touchscreen area.\\
604 \end{tagmap} 604 \end{tagmap}
605 If the action starts with \& then the area must be held. 605 If the action starts with \& then the area must be held.
606 If the action starts with \* then the area must be held and allows repeat presses. 606 If the action starts with * then the area must be held and allows repeat presses.
607 Possible actions are: 607 Possible actions are:
608 608
609 \begin{description} 609 \begin{description}
@@ -611,8 +611,8 @@ display cycling round the defined sublines. See
611 \item[stop] -- Stop playback and exit the WPS. 611 \item[stop] -- Stop playback and exit the WPS.
612 \item[prev] -- Previous track/item. 612 \item[prev] -- Previous track/item.
613 \item[next] -- Next track/item. 613 \item[next] -- Next track/item.
614 \item[wps_prev] -- Previous track. 614 \item[wps\_prev] -- Previous track.
615 \item[wps_next] -- Next track. 615 \item[wps\_next] -- Next track.
616 \item[ffwd] -- Seek forwards in the track. 616 \item[ffwd] -- Seek forwards in the track.
617 \item[rwd] -- Seek backwards in the track. 617 \item[rwd] -- Seek backwards in the track.
618 \item[menu] -- Go to the main menu. 618 \item[menu] -- Go to the main menu.