diff options
| author | Alexander Levin <al.le@rockbox.org> | 2011-12-11 16:32:47 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2011-12-11 16:32:47 +0000 |
| commit | 6119f4887d3dcbcfe906731c19b86daccd08c4fe (patch) | |
| tree | 07caadecdfc30cdb94732e5b312ded735f40d425 /manual | |
| parent | 2b3bb1e84b79665fa1d733e1cc8223a9c70dbb03 (diff) | |
| download | rockbox-6119f4887d3dcbcfe906731c19b86daccd08c4fe.zip rockbox-6119f4887d3dcbcfe906731c19b86daccd08c4fe.tar.gz rockbox-6119f4887d3dcbcfe906731c19b86daccd08c4fe.tar.bz2 rockbox-6119f4887d3dcbcfe906731c19b86daccd08c4fe.tar.xz | |
Manual: Add the description of the sleep timer related settings for non-rtc targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31212 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
| -rw-r--r-- | manual/configure_rockbox/main.tex | 9 | ||||
| -rw-r--r-- | manual/main_menu/main.tex | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/manual/configure_rockbox/main.tex b/manual/configure_rockbox/main.tex index 6561bb6..60054f4 100644 --- a/manual/configure_rockbox/main.tex +++ b/manual/configure_rockbox/main.tex @@ -38,6 +38,15 @@ \input{configure_rockbox/recording_settings.tex} } +\nopt{rtc}{ + \chapter{Sleep Timer related settings} + \label{ref:SleepTimerRelatedSettings} + These settings control the behaviour of the sleep timer. + \begin{description} + \input{configure_rockbox/sleep_timer.tex} + \end{description} +} + \opt{rtc}{ \chapter{Time and Date} \input{configure_rockbox/time_and_date.tex} diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex index 33e64c1..16f0189 100644 --- a/manual/main_menu/main.tex +++ b/manual/main_menu/main.tex @@ -144,6 +144,13 @@ to recording. The details of this menu are covered in detail in \reference{ref:Recordingsettings}. } +\nopt{rtc}{ +\subsection{Sleep Timer related Settings} +The \setting{Sleep Timer} related settings allow you to configure the sleep timer +which powers off your \dap{} after playing for a given time. +The details of this menu are covered in detail in \reference{ref:SleepTimerRelatedSettings}. +} + \subsection{Manage Settings} The \setting{Manage Settings} option allows the saving and re-loading of user configuration settings, browsing the hard drive for alternate firmwares, and finally |