summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2010-08-14 10:30:42 +0000
committerMarianne Arnold <pixelma@rockbox.org>2010-08-14 10:30:42 +0000
commitc4bdf20197a29ba33f28802b15ef2855910bb174 (patch)
tree82cfc9258129821f57298446337fb6916ec9d17b
parent37bd35d667b9601567667abe5d2319cd2921f0c6 (diff)
downloadrockbox-c4bdf20197a29ba33f28802b15ef2855910bb174.tar.gz
rockbox-c4bdf20197a29ba33f28802b15ef2855910bb174.zip
Manual: some cosmetic changes in phrasing as well as code... fix typos and RAS syndrome, correct use of dap{} and {daps}.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27809 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/advanced_topics/main.tex8
-rw-r--r--manual/appendix/wps_tags.tex4
-rwxr-xr-xmanual/configure_rockbox/hotkey_settings.tex4
-rw-r--r--manual/plugins/zxbox.tex2
-rw-r--r--manual/rockbox_interface/main.tex2
5 files changed, 12 insertions, 8 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index 9a5c53a0f7..ef0d22409e 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -221,11 +221,15 @@ are discussed below.
221\item Lines beginning with \# are comments and will be ignored. 221\item Lines beginning with \# are comments and will be ignored.
222\end{itemize} 222\end{itemize}
223 223
224\note{Keep in mind that your \dap{} resolution is \dapdisplaysize{} (with 224\note{Keep in mind that your \daps{} resolution is \dapdisplaysize{} (with
225 the last number giving the colour depth in bits) when 225 the last number giving the colour depth in bits) when
226 designing your own WPS, or if you use a WPS designed for another target. 226 designing your own WPS, or if you use a WPS designed for another target.
227 \opt{HAVE_REMOTE_LCD}{The resolution of the remote is 227 \opt{HAVE_REMOTE_LCD}{The resolution of the remote is
228 \opt{h100,h300}{128$\times$64$\times$1}\opt{x5,m5}{128$\times$96$\times$2} pixels.}} 228 \opt{h100,h300}{128$\times$64$\times$1}%
229 \opt{iaudiox5,iaudiom5,iaudiom3}{128$\times$96$\times$2}
230 pixels.
231 }
232}
229 233
230\nopt{lcd_charcell}{ 234\nopt{lcd_charcell}{
231\subsubsection{\label{ref:Viewports}Viewports} 235\subsubsection{\label{ref:Viewports}Viewports}
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 453431d9c7..ef0613a93c 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -350,9 +350,9 @@ with image ID ``M'', and then reference the individual sub-images in a condition
350 \item The images must be in BMP format 350 \item The images must be in BMP format
351 \item The image tag must be on its own line 351 \item The image tag must be on its own line
352 \item The ID is case sensitive, giving 52 different ID's 352 \item The ID is case sensitive, giving 52 different ID's
353 \item The size of the LCD screen for each player varies. See table below 353 \item The size of the LCD screen for each \dap{} varies. See table below
354 for appropriate sizes of each device. The x and y coordinates must 354 for appropriate sizes of each device. The x and y coordinates must
355 repect each of the players' limits. 355 respect each of the \daps{} limits.
356 \end{itemize} 356 \end{itemize}
357} 357}
358} 358}
diff --git a/manual/configure_rockbox/hotkey_settings.tex b/manual/configure_rockbox/hotkey_settings.tex
index 34432764d8..de2b3a872a 100755
--- a/manual/configure_rockbox/hotkey_settings.tex
+++ b/manual/configure_rockbox/hotkey_settings.tex
@@ -4,12 +4,12 @@
4 4
5 \begin{description} 5 \begin{description}
6 \item[WPS Hotkey.] \opt{touchscreen}{This options sets the hotkey function for 6 \item[WPS Hotkey.] \opt{touchscreen}{This options sets the hotkey function for
7 the WPS screen (see \reference{ref:Hotkeys}). The 7 the WPS (see \reference{ref:Hotkeys}). The
8 default is \setting{View Playlist}.} 8 default is \setting{View Playlist}.}
9 \nopt{touchscreen}{\item[File Browser Hotkey.]} 9 \nopt{touchscreen}{\item[File Browser Hotkey.]}
10 \end{description} 10 \end{description}
11 11
12 \nopt{touchscreen}{These options set the hotkey function for their respective 12 \nopt{touchscreen}{These options set the hotkey function for their respective
13 screens (see \reference{ref:Hotkeys}). The default for the WPS screen is 13 screens (see \reference{ref:Hotkeys}). The default for the WPS is
14 \setting{View Playlist}. The File Browser default is \setting{Off}.} 14 \setting{View Playlist}. The File Browser default is \setting{Off}.}
15} 15}
diff --git a/manual/plugins/zxbox.tex b/manual/plugins/zxbox.tex
index f5ab4bc96d..e3b1d8ee60 100644
--- a/manual/plugins/zxbox.tex
+++ b/manual/plugins/zxbox.tex
@@ -75,7 +75,7 @@ including an additional but fixed menu button, are assigned as follows:
75 joystick or some assigned keys of the Spectrum keyboard. 75 joystick or some assigned keys of the Spectrum keyboard.
76 \item[Display Speed.]Toggle displaying the emulation speed (in percent). 76 \item[Display Speed.]Toggle displaying the emulation speed (in percent).
77 \item[Invert Colours.] 77 \item[Invert Colours.]
78 Inverts the Spectum colour palette, sometimes helps visibility. 78 Inverts the Spectrum colour palette, sometimes helps visibility.
79 \item[Frameskip] 79 \item[Frameskip]
80 Sets the number of frames to skip before displaying one. With zero 80 Sets the number of frames to skip before displaying one. With zero
81 frameskip ZXBox tries to display 50 frames per second. 81 frameskip ZXBox tries to display 50 frames per second.
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex
index 9da1ad098e..0e4ec9ab4a 100644
--- a/manual/rockbox_interface/main.tex
+++ b/manual/rockbox_interface/main.tex
@@ -705,7 +705,7 @@ The default directory structure that is assumed by some parts of Rockbox
705After you have first started the \dap{}, you'll be presented by the 705After you have first started the \dap{}, you'll be presented by the
706\setting{Main Menu}. From this menu you can reach every function of Rockbox, 706\setting{Main Menu}. From this menu you can reach every function of Rockbox,
707for more information (see \reference{ref:main_menu}). To browse the files 707for more information (see \reference{ref:main_menu}). To browse the files
708on you \dap{}, select \setting{Files} (see \reference{ref:file_browser}), and to 708on your \dap{}, select \setting{Files} (see \reference{ref:file_browser}), and to
709browse in a view that is based on the meta-data\footnote{ID3 Tags, Vorbis 709browse in a view that is based on the meta-data\footnote{ID3 Tags, Vorbis
710comments, etc.} of your audio files, select \setting{Database} (see 710comments, etc.} of your audio files, select \setting{Database} (see
711\reference{ref:database}). 711\reference{ref:database}).