forked from len0rd/rockbox
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
This commit is contained in:
parent
885553f1bd
commit
005caba3fb
1 changed files with 9 additions and 10 deletions
|
@ -375,16 +375,15 @@ files use the following formatting rules: %
|
||||||
|
|
||||||
Example of a configuration file:
|
Example of a configuration file:
|
||||||
\begin{example}
|
\begin{example}
|
||||||
# Example configuration file
|
volume: 70
|
||||||
# volume: 70
|
bass: 11
|
||||||
# bass: 11
|
treble: 12
|
||||||
# treble: 12
|
balance: 0
|
||||||
# balance: 0
|
time format: 12hour
|
||||||
# time format: 12hour
|
volume display: numeric
|
||||||
# volume display: numeric
|
show files: supported
|
||||||
# show files: supported
|
wps: /.rockbox/car.wps
|
||||||
# wps: /.rockbox/car.wps
|
lang: /.rockbox/afrikaans.lng
|
||||||
# lang: /.rockbox/afrikaans.lng
|
|
||||||
\end{example}
|
\end{example}
|
||||||
|
|
||||||
\note{As you can see from the example, configuration files do not need to
|
\note{As you can see from the example, configuration files do not need to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue