diff options
author | Marianne Arnold <pixelma@rockbox.org> | 2010-04-20 22:03:21 +0000 |
---|---|---|
committer | Marianne Arnold <pixelma@rockbox.org> | 2010-04-20 22:03:21 +0000 |
commit | 854dfba1b4c1e6411bcdde9a9f2a21d1398fba93 (patch) | |
tree | 30acb85188a1589fd51757a49f0c3f5e9bfce9fb | |
parent | 64349865cb607e306e63fd72b37f169f6998a6aa (diff) | |
download | rockbox-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.tex | 2 | ||||
-rw-r--r-- | manual/plugins/demystify.tex | 2 | ||||
-rw-r--r-- | manual/plugins/goban.tex | 2 |
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. } & Pause game\\ \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% - ,IRIVER_H10_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD + ,IRIVER_H10_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% ,PBELL_VIBE500_PAD} {\ButtonLeft{} / \ButtonRight} \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.\\ \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD} {\ButtonUp\ / \ButtonDown} \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD% - ,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD + ,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% ,PBELL_VIBE500_PAD} {\ButtonRight\ / \ButtonLeft} \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: \\ } - \nopt{IRIVER_H10_PAD,COWON_D2_PAD,ONDIO_PAD,RECORDER_PAD,IAUDIO_M3_PAD + \nopt{IRIVER_H10_PAD,COWON_D2_PAD,ONDIO_PAD,RECORDER_PAD,IAUDIO_M3_PAD% ,PBELL_VIBE500_PAD}{% \ButtonSelect}% \opt{IRIVER_H10_PAD,RECORDER_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}% |