summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-12-01 10:24:56 +0000
committerNils Wallménius <nils@rockbox.org>2008-12-01 10:24:56 +0000
commit9fc68a3ccc6ac497e0b1e12ecae8b3da301e2ade (patch)
tree831476dd1017442db3d30134dff26d31cd62ac06
parent2d17541895d68e3bc977b9eab29f324db1a0f903 (diff)
downloadrockbox-9fc68a3ccc6ac497e0b1e12ecae8b3da301e2ade.tar.gz
rockbox-9fc68a3ccc6ac497e0b1e12ecae8b3da301e2ade.zip
Update manual to reflect the new time and date screen, patch by Jonathan Gordon with some small tweaks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19284 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/configure_rockbox/system_options.tex26
-rw-r--r--manual/main_menu/main.tex44
2 files changed, 38 insertions, 32 deletions
diff --git a/manual/configure_rockbox/system_options.tex b/manual/configure_rockbox/system_options.tex
index 2a2121858f..b5183ed5d6 100644
--- a/manual/configure_rockbox/system_options.tex
+++ b/manual/configure_rockbox/system_options.tex
@@ -88,15 +88,6 @@
88 \end{description} 88 \end{description}
89} % \opt{dircache,HAVE_DISK_STORAGE} 89} % \opt{dircache,HAVE_DISK_STORAGE}
90 90
91\opt{rtc}{
92 \subsection{Time and Date}
93 Time related menu options.
94 \begin{description}
95 \item [Set Time/Date: ] Set current time and date.
96 \item [Time Format: ] Choose 12 or 24 hour clock.
97 \end{description}
98}
99
100\subsection{Idle Poweroff} 91\subsection{Idle Poweroff}
101Rockbox can be configured to turn off power after the unit has been idle for a 92Rockbox can be configured to turn off power after the unit has been idle for a
102defined number of minutes. The \dap{} is idle when playback is stopped or 93defined number of minutes. The \dap{} is idle when playback is stopped or
@@ -106,23 +97,6 @@ Settings are either \setting{Off} or \setting{1} to \setting{10}
106minutes in 1 minute steps. Then \setting{15,30,45} and \setting{60} minutes are 97minutes in 1 minute steps. Then \setting{15,30,45} and \setting{60} minutes are
107available. 98available.
108 99
109\opt{alarm}{
110\subsection{Wake-Up Alarm}
111% TODO this isn't quite right for all targets, I think
112 This option turns the \dap{} off and then starts it up again at the
113 specified time. Use \ActionSettingInc{} and \ActionSettingDec{} to adjust
114 the minutes setting, \ActionAlarmHoursDec{} and \ActionAlarmHoursInc{} to
115 adjust the hours.
116 \ActionAlarmSet{} confirms the alarm and shuts the \dap{} down, and
117 \ActionAlarmCancel{} cancels setting an alarm. If the \dap{} is turned on
118 again before the alarm occurs, the alarm will be cancelled. Using this
119 option disables the \setting{Sleep Timer}.
120
121 \opt{recording,radio}{
122 \subsection{Alarm Wake up Screen}
123 This option controls what the \dap{} does when it is woken up by the alarm.
124 }
125}
126 100
127\subsection{Limits} 101\subsection{Limits}
128This sub menu relates to limits in the Rockbox operating system. 102This sub menu relates to limits in the Rockbox operating system.
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex
index 0a57d9d8bf..1cb079e1fc 100644
--- a/manual/main_menu/main.tex
+++ b/manual/main_menu/main.tex
@@ -175,6 +175,36 @@ remaining, disk total space and disk free space.
175pages of information.} 175pages of information.}
176 176
177\begin{description} 177\begin{description}
178\opt{rtc}{
179 \item[Time and Date:]
180 Time related menu options. Pressing \ActionStdContext{} will voice the current time if voice support is enabled
181 \begin{description}
182 \item [Set Time/Date: ] Set current time and date.
183 \item[Sleep Timer:]
184 The \setting{Sleep Timer} powers off your \dap{} after playing for a given
185 time. It can be set from \setting{Off} to 5 hours in 5 minute steps.
186 The \setting{Sleep Timer} is reset on boot.
187 \opt{alarm}{Using this option disables the \setting{Wake up alarm}.}
188 \item [Time Format: ] Choose 12 or 24 hour clock.
189 \opt{alarm}{
190 \subsection{Wake-Up Alarm}
191 % TODO this isn't quite right for all targets, I think
192 This option turns the \dap{} off and then starts it up again at the
193 specified time. Use \ActionSettingInc{} and \ActionSettingDec{} to adjust
194 the minutes setting, \ActionAlarmHoursDec{} and \ActionAlarmHoursInc{} to
195 adjust the hours.
196 \ActionAlarmSet{} confirms the alarm and shuts the \dap{} down, and
197 \ActionAlarmCancel{} cancels setting an alarm. If the \dap{} is turned on
198 again before the alarm occurs, the alarm will be cancelled. Using this
199 option disables the \setting{Sleep Timer}.
200
201 \opt{recording,radio}{
202 \subsection{Alarm Wake up Screen}
203 This option controls what the \dap{} does when it is woken up by the alarm.
204 }
205 }
206 \end{description}
207}
178\item[Rockbox Info:] 208\item[Rockbox Info:]
179 Displays some basic system information. This is, from top to bottom, 209 Displays some basic system information. This is, from top to bottom,
180 the amount of memory Rockbox has available for storing music (the buffer). 210 the amount of memory Rockbox has available for storing music (the buffer).
@@ -190,12 +220,14 @@ pages of information.}
190 220
191\item[Version:] 221\item[Version:]
192 Software version and credits display. 222 Software version and credits display.
193 223
194\item[Sleep Timer:] 224\nopt{rtc}{
195 The \setting{Sleep Timer} powers off your \dap{} after playing for a given 225 \item[Sleep Timer:]
196 time. It can be set from \setting{Off} to 5 hours in 5 minute steps. 226 The \setting{Sleep Timer} powers off your \dap{} after playing for a given
197 The \setting{Sleep Timer} is reset on boot. 227 time. It can be set from \setting{Off} to 5 hours in 5 minute steps.
198 \opt{alarm}{Using this option disables the \setting{Wake up alarm}.} 228 The \setting{Sleep Timer} is reset on boot.
229 \opt{alarm}{Using this option disables the \setting{Wake up alarm}.}
230}
199 231
200\item[Debug (Keep Out!):] 232\item[Debug (Keep Out!):]
201 This sub menu is intended to be used \emph{only} by Rockbox developers. 233 This sub menu is intended to be used \emph{only} by Rockbox developers.