summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-10-25 22:12:25 +0000
committerMartin Arver <martin.arver@gmail.com>2006-10-25 22:12:25 +0000
commit0642451446f3bbaae53948f5fa41485177e3f35e (patch)
treefed1122bc8b08d607ca8ac4869cdbc78b9a41648
parent6dfd6bd8c1c067350e5b4046888e4214205deafc (diff)
downloadrockbox-0642451446f3bbaae53948f5fa41485177e3f35e.tar.gz
rockbox-0642451446f3bbaae53948f5fa41485177e3f35e.zip
fix dropped characters
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11347 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/advanced_topics/main.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index 8c3d8a5cd7..5b12ef7033 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -112,7 +112,7 @@ For tags with multiple values, like Play status, the conditional can hold a
list of alternatives, one for each value the tag can have.
Example enumeration:
\begin{example}
- \%?mp{\textless}Stop{\textbar}Play{\textbar}Pause{\textbar}Ffwd{\textbar}Rew{\textgreater}
+ \%?mp{\textless}Stop{\textbar}\%Play{\textbar}Pause{\textbar}Ffwd{\textbar}Rew{\textgreater}
\end{example}
The last else part is optional, and will be displayed if the tag has no value.