summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2011-10-18 20:48:41 +0000
committerThomas Martitz <kugel@rockbox.org>2011-10-18 20:48:41 +0000
commite46f40e1747fc8cbfcc6bb0a573c814056f75989 (patch)
tree49cb3f4aad5a8bf7dabac86cd47fc503ef6d667b
parent5bdfa322ce55b1660f1841bf035a261ca627cb20 (diff)
downloadrockbox-e46f40e1747fc8cbfcc6bb0a573c814056f75989.tar.gz
rockbox-e46f40e1747fc8cbfcc6bb0a573c814056f75989.zip
Fix manual build, forgot to add new files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30789 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/configure_rockbox/sleep_timer.tex13
-rw-r--r--manual/configure_rockbox/time_and_date.tex23
2 files changed, 36 insertions, 0 deletions
diff --git a/manual/configure_rockbox/sleep_timer.tex b/manual/configure_rockbox/sleep_timer.tex
new file mode 100644
index 0000000000..f9cb76a603
--- /dev/null
+++ b/manual/configure_rockbox/sleep_timer.tex
@@ -0,0 +1,13 @@
1% $Id:$ %
2\item[Sleep Timer:]
3 The \setting{Sleep Timer} powers off your \dap{} after playing for a given
4 time.
5 Shown when the \setting{Sleep Timer} is inactive, it can be set from
6 \setting{Off} to 5 hours in 5 minute steps.
7 While the \setting{Sleep Timer} is reset on boot, the value selected is
8 retained and will be used as the default from then on.
9\item[Cancel Sleep Timer (h:mm):]
10 Shown when the \setting{Sleep Timer} is active, this option disables the
11 current \setting{Sleep Timer}.
12\item[Start Sleep Timer On Boot:]
13 If set, a \setting{Sleep Timer} will be initiated when the device starts.
diff --git a/manual/configure_rockbox/time_and_date.tex b/manual/configure_rockbox/time_and_date.tex
new file mode 100644
index 0000000000..9f1223ecfe
--- /dev/null
+++ b/manual/configure_rockbox/time_and_date.tex
@@ -0,0 +1,23 @@
1% $Id:$ %
2
3Time related menu options. Pressing \ActionStdContext{} will voice the current time
4if voice support is enabled.
5
6\begin{description}
7 \item[Set Time/Date:] Set current time and date.
8 \opt{alarm}{
9 \item[Wake-Up Alarm:]
10 This option will make the \dap{} start up at the specified time.
11 Use \ActionSettingInc{} and \ActionSettingDec{} to adjust the minutes setting,
12 \ActionAlarmHoursDec{} and \ActionAlarmHoursInc{} to adjust the hours.
13 \ActionAlarmSet{} confirms the alarm, and \ActionAlarmCancel{} cancels setting
14 an alarm. If the \dap{} is turned on again before the alarm occurs, the alarm
15 will be cancelled.
16 \opt{recording,radio}{
17 \item[Alarm Wake Up Screen:]
18 This option controls what the \dap{} does when it is woken up by the alarm.
19 }%\opt{recording,radio}
20 }%\opt{alarm}
21 \input{configure_rockbox/sleep_timer.tex}
22 \item[Time Format:] Choose 12 or 24 hour clock.
23\end{description}