summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2011-10-18 19:06:56 +0000
committerThomas Martitz <kugel@rockbox.org>2011-10-18 19:06:56 +0000
commit02395cf1a4c422d8884703ed9046b290f4503e2f (patch)
treecd87f6e9562f90c8fa3dfe016d63f1e2b20367ba
parented99b6eaffb253cd56e349e3ce68100647887b8c (diff)
downloadrockbox-02395cf1a4c422d8884703ed9046b290f4503e2f.tar.gz
rockbox-02395cf1a4c422d8884703ed9046b290f4503e2f.zip
Reflect the time & date settings move in the manual.
Flyspray: FS#12339 Author: Nick Peskett git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30787 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/configure_rockbox/main.tex11
-rw-r--r--manual/main_menu/main.tex40
2 files changed, 11 insertions, 40 deletions
diff --git a/manual/configure_rockbox/main.tex b/manual/configure_rockbox/main.tex
index 3176c93b59..6561bb6304 100644
--- a/manual/configure_rockbox/main.tex
+++ b/manual/configure_rockbox/main.tex
@@ -21,6 +21,12 @@
21 \input{configure_rockbox/language.tex} 21 \input{configure_rockbox/language.tex}
22 \input{configure_rockbox/voice.tex} 22 \input{configure_rockbox/voice.tex}
23 \input{configure_rockbox/hotkey_settings.tex} 23 \input{configure_rockbox/hotkey_settings.tex}
24 \nopt{rtc}{
25 \section{\label{ref:sleep_timer}Sleep Timer}
26 \begin{description}
27 \input{configure_rockbox/sleep_timer.tex}
28 \end{description}
29 }
24 30
25\chapter{Theme Settings} 31\chapter{Theme Settings}
26\label{ref:configure_rockbox_themes} 32\label{ref:configure_rockbox_themes}
@@ -31,3 +37,8 @@
31\label{ref:Recordingsettings} 37\label{ref:Recordingsettings}
32 \input{configure_rockbox/recording_settings.tex} 38 \input{configure_rockbox/recording_settings.tex}
33} 39}
40
41\opt{rtc}{
42\chapter{Time and Date}
43 \input{configure_rockbox/time_and_date.tex}
44}
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex
index b43cfb1a8f..139d85f958 100644
--- a/manual/main_menu/main.tex
+++ b/manual/main_menu/main.tex
@@ -195,35 +195,6 @@ utilities. A detailed description of the different plugins is to be found in
195pages of information.} 195pages of information.}
196 196
197\begin{description} 197\begin{description}
198\opt{rtc}{
199 \item[Time and Date:]
200 Time related menu options. Pressing \ActionStdContext{} will voice the current time if voice support is enabled
201 \begin{description}
202 \item[Set Time/Date:] Set current time and date.
203 \item[Sleep Timer:]
204 The \setting{Sleep Timer} powers off your \dap{} after playing for a given
205 time. It can be set from \setting{Off} to 5 hours in 5 minute steps.
206 While the \setting{Sleep Timer} is reset on boot, the value selected is
207 retained and will be used as the default from then on.
208 If the sleep timer is currently active, \setting{Off} will be highlighted,
209 \opt{alarm}{
210 \item[Wake-Up Alarm:]
211 This option will make the \dap{} start up at the specified time.
212 Use \ActionSettingInc{} and \ActionSettingDec{} to adjust the minutes setting,
213 \ActionAlarmHoursDec{} and \ActionAlarmHoursInc{} to adjust the hours.
214 \ActionAlarmSet{} confirms the alarm, and \ActionAlarmCancel{} cancels setting
215 an alarm. If the \dap{} is turned on again before the alarm occurs, the alarm
216 will be cancelled.
217 \opt{recording,radio}{
218 \item[Alarm Wake Up Screen:]
219 This option controls what the \dap{} does when it is woken up by the alarm.
220 }%\opt{recording,radio}
221 }%\opt{alarm}
222 \item[Start Sleep Timer On Boot:]
223 If set, a \setting{Sleep Timer} will be initiated when the device starts.
224 \item [Time Format:] Choose 12 or 24 hour clock.
225 \end{description}
226}%\opt{rtc}
227\item[Rockbox Info:] 198\item[Rockbox Info:]
228 Displays some basic system information. This is, from top to bottom, 199 Displays some basic system information. This is, from top to bottom,
229 the amount of memory Rockbox has available for storing music (the buffer). 200 the amount of memory Rockbox has available for storing music (the buffer).
@@ -240,17 +211,6 @@ pages of information.}
240\item[Credits:] 211\item[Credits:]
241 Display the list of contributors. 212 Display the list of contributors.
242 213
243\nopt{rtc}{
244 \item[Sleep Timer:]
245 The \setting{Sleep Timer} powers off your \dap{} after playing for a given
246 time. It can be set from \setting{Off} to 5 hours in 5 minute steps.
247 While the \setting{Sleep Timer} is reset on boot, the value selected is
248 retained and will be used as the default from then on.
249 If the sleep timer is currently active, \setting{Off} will be highlighted,
250 \item[Start Sleep Timer On Boot:]
251 If set, a \setting{Sleep Timer} will be initiated when the device starts.
252}
253
254\item[Running Time:] 214\item[Running Time:]
255 Shows the runtime of your \dap{} in hours, minutes and seconds. 215 Shows the runtime of your \dap{} in hours, minutes and seconds.
256 \begin{description} 216 \begin{description}