summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-03-22 12:14:03 +0000
committerAlexander Levin <al.le@rockbox.org>2009-03-22 12:14:03 +0000
commit005caba3fb753de5448d7ead9d0bddad98802e7f (patch)
treefb5088e37f8fee9f8aa551acbe55f981f3ee71de
parent885553f1bd14649d91c5480ac4caff52e23afc97 (diff)
downloadrockbox-005caba3fb753de5448d7ead9d0bddad98802e7f.tar.gz
rockbox-005caba3fb753de5448d7ead9d0bddad98802e7f.zip
Dont't give the impression that the lines should be comments, and delete the non-setting line. Lines should be indented by 4 because of the example environment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20451 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/advanced_topics/main.tex19
1 files changed, 9 insertions, 10 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index 1ef8e7c979..7db245f426 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -375,16 +375,15 @@ files use the following formatting rules: %
375 375
376Example of a configuration file: 376Example of a configuration file:
377\begin{example} 377\begin{example}
378 # Example configuration file 378 volume: 70
379 # volume: 70 379 bass: 11
380 # bass: 11 380 treble: 12
381 # treble: 12 381 balance: 0
382 # balance: 0 382 time format: 12hour
383 # time format: 12hour 383 volume display: numeric
384 # volume display: numeric 384 show files: supported
385 # show files: supported 385 wps: /.rockbox/car.wps
386 # wps: /.rockbox/car.wps 386 lang: /.rockbox/afrikaans.lng
387 # lang: /.rockbox/afrikaans.lng
388\end{example} 387\end{example}
389 388
390\note{As you can see from the example, configuration files do not need to 389\note{As you can see from the example, configuration files do not need to