From 56b339e252039fdfcdc6e92db2dee5bb41fc0a5f Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Sun, 27 Aug 2006 20:44:23 +0000 Subject: Fixes for FS#5822 as reported by Andrew Melville. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10772 a1c6a512-1295-4272-9138-f99709370657 --- manual/advanced_topics/main.tex | 26 +++++++++++++------------- manual/plugins/batterybenchmark.tex | 18 +++++++++--------- manual/plugins/search.tex | 2 +- manual/plugins/sort.tex | 5 +++-- 4 files changed, 26 insertions(+), 25 deletions(-) diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex index 071f69c6e6..c674a8d908 100644 --- a/manual/advanced_topics/main.tex +++ b/manual/advanced_topics/main.tex @@ -77,7 +77,7 @@ all the tags that are available. \item All characters not preceded by \% are displayed as typed. \item Lines beginning with \# are comments and will be ignored. \item Maximum file size used is - \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{1600} + \opt{HAVE_LCD_BITMAP}{1600} \opt{player}{400} bytes. If you have a bigger WPS file, only the first part of it will be loaded and used. @@ -289,7 +289,7 @@ Example of a configuration file: \note{As you can see from the example, configuration files do not need to contain all of the Rockbox options. You can create configuration files that change only certain settings. So, for example, supppose you - typically use the \dap at one volume in the car, and another when using + typically use the \dap{} at one volume in the car, and another when using headphones. Further, suppose you like to use an inverse LCD when you are in the car, and a regular LCD setting when you are using headphones. You could create configuration files that control only the volume and LCD @@ -300,23 +300,23 @@ Example of a configuration file: \subsection{\label{ref:manage_settings_menu}The \setting{Manage Settings} menu} The \setting{Manage Settings} menu can be found in the \setting{Main - Menu}. The \setting{Manage Settings} menu allows you to save and load -\fname{.cfg} files. \opt{MASCODEC}{The \setting{Manage Settings} menu also + Menu}. The \setting{Manage Settings} menu allows you to save and load +\fname{.cfg} files. \opt{MASCODEC}{The \setting{Manage Settings} menu also allows you to load or save different firmware versions.} \begin{description} -\item [Browse .cfg Files.]Opens the file browser in the - \fname{/.rockbox} directory and displays all \fname{.cfg} (configuration) - files. Selecting a \fname{.cfg} file will cause Rockbox to load the - settings contained in that file. Pressing \ButtonLeft\ will exit back to - the \setting{Manage Settings} menu. See the \setting{Write .cfg files} - option on the \setting{Manage Settings} menu for details of how to save - and edit a configuration file. +\item [Browse .cfg Files.]Opens the file browser in the \fname{/.rockbox} + directory and displays all \fname{.cfg} (configuration) files. Selecting a + \fname{.cfg} file will cause Rockbox to load the settings contained in that + file. Pressing \ButtonLeft\ will exit back to the \setting{Manage Settings} + menu. See the \setting{Write .cfg files} option on the + \setting{Manage Settings} menu for details of how to save and edit a + configuration file. \item [Browse Firmwares.] % - \opt{SWCODEC}{\fixme{This is a legacy item, and is deprecated.}} + \opt{SWCODEC}{\fixme{This is a legacy item, and is deprecated.}} % \opt{MASCODEC}{ This displays a list of firmware files in the \fname{/.rockbox} @@ -325,7 +325,7 @@ Example of a configuration file: \opt{recorder,recorderv2fm,ondio}{Firmware files have an extension of \fname{.ajz}. } % - \opt{player}{Firmware files have an extension of \fname{.mod}. } + \opt{player}{Firmware files have an extension of \fname{.mod}. } % Playing a firmware file loads it into memory. Thus, it is possible to run the original Archos firmware or a different version of Rockbox diff --git a/manual/plugins/batterybenchmark.tex b/manual/plugins/batterybenchmark.tex index 4fc51812b3..35071a9c39 100755 --- a/manual/plugins/batterybenchmark.tex +++ b/manual/plugins/batterybenchmark.tex @@ -32,9 +32,9 @@ file \fname{/battery\_bench.txt} is not deleted. \subsubsection{Information explained} On the top of the file you will see various info on how to use the plugin. \begin{description} -\item[Time] It is the total time of operation of the \dap. It is not the time -that you started the plug-in. If you have your player on for 5 minutes and then -start the plugin, it will start measuring from 5 minutes. +\item[Time] This column reports the total time of operation of the \dap. It is +not the time that you started the plug-in. If you have your player on for 5 +minutes and then start the plugin, it will start measuring from 5 minutes. \item[Seconds] As time, it shows time passed in seconds. Nothing special, it is there because it is free and maybe someone might want to make graphs with seconds. @@ -44,16 +44,16 @@ battery voltage / top battery voltage) * 100) we can calculate the difference between the estimation. Goal of this column is to make the estimation algorithm of Rockbox more accurate. \item[Time Left] It shows the estimated (by Rockbox) remaining time until -shutdown. Again, as Level, this column can be used to see differences between -real time left and estimated time left. This could help make time left more -accurate. -\item[Voltage] The current, battery voltage, the moment the measurement was -captured. Measurements are captured when this number changes while benchmarking. +shutdown. Again, as with Level(above), this column can be used to see +differences between real time left and estimated time left. This could help +make time left more accurate. +\item[Voltage] The battery voltage, the moment the measurement was captured. +Measurements are captured when this number changes while benchmarking. This column can be used to give quite interesting graphs in a spreadsheet program. (Excel, Calc, e.t.c) \item[M/DA] (Measurements per Disk Activity) The number of measurements stored temporarily in memory, before written on the log file. This can give you an -idea on how many voltage changes are between disk activity (or one hour). +idea of how many voltage changes there are between disk activity (or one hour). \item[C] Stands for Charger. An "A" in that column shows if there was the power adapter attached to the unit, at the time of the measurement. \item[S] The "S" column shows the state of the device (Charging, or not). The diff --git a/manual/plugins/search.tex b/manual/plugins/search.tex index e224f3fdb0..ddbb7bc1b3 100644 --- a/manual/plugins/search.tex +++ b/manual/plugins/search.tex @@ -1,6 +1,6 @@ \subsection{Search} This plugin can be used on playlists. It searches through the playlist -that it is opened on looking for any occurrences of the string entered by the +that it opened on looking for any occurrences of the string entered by the user. The results of this search are saved to a new playlist, \textbf{search\_results.m3u}, within the same directory as the original playlist. diff --git a/manual/plugins/sort.tex b/manual/plugins/sort.tex index 69625f6b0a..0f8e741ea3 100644 --- a/manual/plugins/sort.tex +++ b/manual/plugins/sort.tex @@ -1,5 +1,6 @@ \subsection{Sort} -This plugin takes a file and sorts it in forward alphabetical order. Case is -ignored. This is useful for ordering playlists generated by the ``Create Playlist'' menu option (see \reference{ref:Playlistsubmenu}). +This plugin takes a file and sorts it in ascending alphabetical order. Case is +ignored. This is useful for ordering playlists generated by the +\setting{Create Playlist} menu option (see \reference{ref:Playlistsubmenu}). -- cgit v1.2.3