diff options
| author | Marc Guay <marcguay@rockbox.org> | 2008-07-17 00:28:21 +0000 |
|---|---|---|
| committer | Marc Guay <marcguay@rockbox.org> | 2008-07-17 00:28:21 +0000 |
| commit | a610b0f673addef52b1cd87c712e6ac8e817eaf0 (patch) | |
| tree | 8ee689088357e6f233f8c8c52f1738717977916a | |
| parent | 5ffe06784922270fe7c4fba13bfefd1edd3ebb97 (diff) | |
| download | rockbox-a610b0f673addef52b1cd87c712e6ac8e817eaf0.zip rockbox-a610b0f673addef52b1cd87c712e6ac8e817eaf0.tar.gz rockbox-a610b0f673addef52b1cd87c712e6ac8e817eaf0.tar.bz2 rockbox-a610b0f673addef52b1cd87c712e6ac8e817eaf0.tar.xz | |
Move a comma in the recording sources /opts so that it doesn't hang after MIC for the Sansas.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18076 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/configure_rockbox/recording_settings.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/configure_rockbox/recording_settings.tex b/manual/configure_rockbox/recording_settings.tex index 4607f0f..4135398 100644 --- a/manual/configure_rockbox/recording_settings.tex +++ b/manual/configure_rockbox/recording_settings.tex @@ -72,8 +72,8 @@ \section{Source} Choose the source of the recording. The options are: \opt{recorder,recorderv2fm,h1xx}{\setting{SPDIF (digital)}, }% - \nopt{ipodnano,ipodvideo}{\setting{Mic}, }% - \nopt{sansa}{{\setting{Line In}}}. % + \nopt{ipodnano,ipodvideo}{\setting{Mic}}% + \nopt{sansa}{, and {\setting{Line In}}}. % \opt{radio}{For recording from the radio see \reference{ref:FMradio}.} \section{Channels} |