summaryrefslogtreecommitdiff
path: root/manual/main_menu/main.tex
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-03-23 22:07:09 +0000
committerNils Wallménius <nils@rockbox.org>2008-03-23 22:07:09 +0000
commit12eb058bb065e9cb85949ec3a66c453ac5e1b883 (patch)
treeefabb6d12d1b28d5b8f1fea2b1e5159f7bd27455 /manual/main_menu/main.tex
parent15ddd7a7ec2aa92767234e37907904309943a27b (diff)
downloadrockbox-12eb058bb065e9cb85949ec3a66c453ac5e1b883.tar.gz
rockbox-12eb058bb065e9cb85949ec3a66c453ac5e1b883.zip
Make more use of the 'features' system in the manuals (committed in r16304), less stuff to keep in sync manually but keep in mind that changes in config-*.h can now affect the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16765 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/main_menu/main.tex')
-rw-r--r--manual/main_menu/main.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex
index 56c4b7f32d..6bc08fe780 100644
--- a/manual/main_menu/main.tex
+++ b/manual/main_menu/main.tex
@@ -112,9 +112,9 @@ The \setting{Recording Settings} menu allows you to configure settings related
112to recording. The details of this menu are covered in detail in 112to recording. The details of this menu are covered in detail in
113\reference{ref:Recordingsettings}. 113\reference{ref:Recordingsettings}.
114 114
115\opt{HAVE_RECORDING}{\input{main_menu/recording_screen.tex}} 115\opt{recording}{\input{main_menu/recording_screen.tex}}
116 116
117\opt{CONFIG_TUNER}{\input{main_menu/fmradio.tex}} 117\opt{radio}{\input{main_menu/fmradio.tex}}
118 118
119\section{\label{ref:playlistoptions}Playlist} 119\section{\label{ref:playlistoptions}Playlist}
120 This menu allows you to work with playlists. Playlists can be created in 120 This menu allows you to work with playlists. Playlists can be created in
@@ -177,7 +177,7 @@ pages of information.}
177 The \setting{Sleep Timer} powers off your \dap{} after playing for a given 177 The \setting{Sleep Timer} powers off your \dap{} after playing for a given
178 time. It can be set from \setting{Off} to 5 hours in 5 minute steps. 178 time. It can be set from \setting{Off} to 5 hours in 5 minute steps.
179 The \setting{Sleep Timer} is reset on boot. 179 The \setting{Sleep Timer} is reset on boot.
180 \opt{HAVE_RTC_ALARM}{Using this option disables the \setting{Wake up alarm}.} 180 \opt{alarm}{Using this option disables the \setting{Wake up alarm}.}
181 181
182\item[Debug (Keep Out!):] 182\item[Debug (Keep Out!):]
183 This sub menu is intended to be used \emph{only} by Rockbox developers. 183 This sub menu is intended to be used \emph{only} by Rockbox developers.