summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2010-04-20 22:03:21 +0000
committerMarianne Arnold <pixelma@rockbox.org>2010-04-20 22:03:21 +0000
commit854dfba1b4c1e6411bcdde9a9f2a21d1398fba93 (patch)
tree30acb85188a1589fd51757a49f0c3f5e9bfce9fb
parent64349865cb607e306e63fd72b37f169f6998a6aa (diff)
downloadrockbox-854dfba1b4c1e6411bcdde9a9f2a21d1398fba93.tar.gz
rockbox-854dfba1b4c1e6411bcdde9a9f2a21d1398fba93.zip
Fix broken Iaudio M3 manual and missing buttons in the M:Robe 100 manual, caused by the same weirdness of tex: breaking a long opt list needs escaping of the linebreak otherwise the one option before or after the break will be ignored (the one that is 'disconnected' from the comma).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25692 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/plugins/bubbles.tex2
-rw-r--r--manual/plugins/demystify.tex2
-rw-r--r--manual/plugins/goban.tex2
3 files changed, 3 insertions, 3 deletions
diff --git a/manual/plugins/bubbles.tex b/manual/plugins/bubbles.tex
index 5e9e46bb73..7a5639887c 100644
--- a/manual/plugins/bubbles.tex
+++ b/manual/plugins/bubbles.tex
@@ -21,7 +21,7 @@ fired. Points are awarded depending on how quickly the level was completed.
21 } 21 }
22 & Pause game\\ 22 & Pause game\\
23 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 23 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
24 ,IRIVER_H10_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD 24 ,IRIVER_H10_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
25 ,PBELL_VIBE500_PAD} 25 ,PBELL_VIBE500_PAD}
26 {\ButtonLeft{} / \ButtonRight} 26 {\ButtonLeft{} / \ButtonRight}
27 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD} 27 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}
diff --git a/manual/plugins/demystify.tex b/manual/plugins/demystify.tex
index 9ff2565595..6a20c470c8 100644
--- a/manual/plugins/demystify.tex
+++ b/manual/plugins/demystify.tex
@@ -7,7 +7,7 @@ Demystify is a screen saver like demo.\\
7 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD} 7 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}
8 {\ButtonUp\ / \ButtonDown} 8 {\ButtonUp\ / \ButtonDown}
9 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD% 9 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD%
10 ,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD 10 ,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
11 ,PBELL_VIBE500_PAD} 11 ,PBELL_VIBE500_PAD}
12 {\ButtonRight\ / \ButtonLeft} 12 {\ButtonRight\ / \ButtonLeft}
13 \opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft} 13 \opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
diff --git a/manual/plugins/goban.tex b/manual/plugins/goban.tex
index ccab590470..f0951f3693 100644
--- a/manual/plugins/goban.tex
+++ b/manual/plugins/goban.tex
@@ -104,7 +104,7 @@ these markers:
104 \\ 104 \\
105 } 105 }
106 106
107 \nopt{IRIVER_H10_PAD,COWON_D2_PAD,ONDIO_PAD,RECORDER_PAD,IAUDIO_M3_PAD 107 \nopt{IRIVER_H10_PAD,COWON_D2_PAD,ONDIO_PAD,RECORDER_PAD,IAUDIO_M3_PAD%
108 ,PBELL_VIBE500_PAD}{% 108 ,PBELL_VIBE500_PAD}{%
109 \ButtonSelect}% 109 \ButtonSelect}%
110 \opt{IRIVER_H10_PAD,RECORDER_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}% 110 \opt{IRIVER_H10_PAD,RECORDER_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}%