summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2012-05-19 12:50:24 +0200
committerMarianne Arnold <pixelma@rockbox.org>2012-05-19 12:55:23 +0200
commita5c5da4525273d0a15c05b989517d7fd1beb0727 (patch)
tree0d7c624ba82d0a799ab70ff0372d5e58a1a7a188
parent0bda1e1504e5eac2da6c3ba5e9b4e3310e296fed (diff)
downloadrockbox-a5c5da4525273d0a15c05b989517d7fd1beb0727.tar.gz
rockbox-a5c5da4525273d0a15c05b989517d7fd1beb0727.zip
Fix broken touchscreen manuals.
Escape the underscores in the option name as otherwise they'll be interpreted wrongly by latex. Change-Id: I10c1168a90d94e685d326073dcf8370dd972db91
-rw-r--r--manual/appendix/wps_tags.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 51f10e9a32..549d394258 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -691,7 +691,7 @@ display cycling round the defined sublines. See
691 \item[setting\_set] -- Set the subsequently specified setting to a specific value (e.g 691 \item[setting\_set] -- Set the subsequently specified setting to a specific value (e.g
692 \config{\%T(0,0,32,32, setting\_set, volume, 0)} sets the volume to 0). 692 \config{\%T(0,0,32,32, setting\_set, volume, 0)} sets the volume to 0).
693 \item[lock] -- Soft locks the touchscreen. All touch areas are disabled except for 693 \item[lock] -- Soft locks the touchscreen. All touch areas are disabled except for
694 areas with the lock action or ones that have the allow_while_locked option (see below). 694 areas with the lock action or ones that have the allow\_while\_locked option (see below).
695 \end{description} 695 \end{description}
696 Any (or muliple) of the following options can be used after the action is specified 696 Any (or muliple) of the following options can be used after the action is specified
697 \subsection{Options} 697 \subsection{Options}