summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2010-10-12 13:43:38 +0000
committerNils Wallménius <nils@rockbox.org>2010-10-12 13:43:38 +0000
commitb2f5142601b73afc40c65cf0f78d3907861267a4 (patch)
tree2731a54f8b41ee28f52c636d4c9f3182b282c788 /manual
parent1a14537e26a5def95687d6dd7d3ab5c56a937a0d (diff)
downloadrockbox-b2f5142601b73afc40c65cf0f78d3907861267a4.tar.gz
rockbox-b2f5142601b73afc40c65cf0f78d3907861267a4.zip
Fix the last part of FS#11670 by using the 'disk' macro that expands to the appropriate storage type for each player, also change a reference to 'MP3 buffer' to 'music buffer'.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28252 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/main_menu/main.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex
index 161479564b..9940f020c6 100644
--- a/manual/main_menu/main.tex
+++ b/manual/main_menu/main.tex
@@ -8,10 +8,10 @@ To return to the \setting{Main Menu},
8 \nopt{ONDIO_PAD}{press the \ActionStdMenu{} button.}% 8 \nopt{ONDIO_PAD}{press the \ActionStdMenu{} button.}%
9 \opt{ONDIO_PAD}{hold the \ButtonMenu{} button.}% 9 \opt{ONDIO_PAD}{hold the \ButtonMenu{} button.}%
10 10
11All settings are stored on the unit. However, Rockbox does not spin up 11All settings are stored on the unit. However, Rockbox does not access
12the disk solely for the purpose of saving settings. Instead, Rockbox will 12the \disk{} solely for the purpose of saving settings. Instead, Rockbox will
13save settings when it spins up the disk the next time, for example when 13save settings when it accesses the \disk{} the next time, for example when
14refilling the MP3 buffer or navigating through the \setting{File Browser}. 14refilling the music buffer or navigating through the \setting{File Browser}.
15Changes to settings may therefore not be saved unless the \dap{} is shut down 15Changes to settings may therefore not be saved unless the \dap{} is shut down
16safely (see \reference{ref:Safeshutdown}). 16safely (see \reference{ref:Safeshutdown}).
17 17