diff options
| author | Alexander Levin <al.le@rockbox.org> | 2010-01-22 22:54:05 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2010-01-22 22:54:05 +0000 |
| commit | 15c850ccd3e1ec2a63f45c85321f82457faf25c3 (patch) | |
| tree | 882d3957a7104441720637afdda17dfe877189f1 | |
| parent | e8448b9636166c7002819d487e43559af1131a42 (diff) | |
| download | rockbox-15c850ccd3e1ec2a63f45c85321f82457faf25c3.zip rockbox-15c850ccd3e1ec2a63f45c85321f82457faf25c3.tar.gz rockbox-15c850ccd3e1ec2a63f45c85321f82457faf25c3.tar.bz2 rockbox-15c850ccd3e1ec2a63f45c85321f82457faf25c3.tar.xz | |
Section headings should not end with a full stop
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24314 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/advanced_topics/main.tex | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex index cb20073..47d4305 100644 --- a/manual/advanced_topics/main.tex +++ b/manual/advanced_topics/main.tex @@ -432,7 +432,7 @@ title [artist]''. \section{\label{ref:manage_settings}Managing Rockbox Settings} -\subsection{Introduction to \fname{.cfg} Files.} +\subsection{Introduction to \fname{.cfg} Files} Rockbox allows users to store and load multiple settings through the use of configuration files. A configuration file is simply a text file with the extension \fname{.cfg}. @@ -447,8 +447,7 @@ See \reference{ref:cfg_specs} below for an explanation of the format for configuration files. See \reference{ref:manage_settings_menu} for an explanation of how to create, edit and load configuration files. -\subsection{\label{ref:cfg_specs}Specifications for \fname{.cfg} - Files.} +\subsection{\label{ref:cfg_specs}Specifications for \fname{.cfg} Files} The Rockbox configuration file is a plain text file, so once you use the \setting{Save .cfg file} option to create the file, you can edit the file on |