diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-10-19 10:58:40 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-10-19 10:58:40 +0000 |
| commit | 537519a4fb43ecaba86767c0557d4fb0e22a662f (patch) | |
| tree | 20d7c44a79285154241842a7194d34165676b2c5 | |
| parent | f309f818ce10d44100488380b8964e7562e6e560 (diff) | |
| download | rockbox-537519a4fb43ecaba86767c0557d4fb0e22a662f.zip rockbox-537519a4fb43ecaba86767c0557d4fb0e22a662f.tar.gz rockbox-537519a4fb43ecaba86767c0557d4fb0e22a662f.tar.bz2 rockbox-537519a4fb43ecaba86767c0557d4fb0e22a662f.tar.xz | |
Minor fix to close task #5815
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11271 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | manual/configure_rockbox/file_view.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex index 94ff5a5..77ce87c 100755 --- a/manual/configure_rockbox/file_view.tex +++ b/manual/configure_rockbox/file_view.tex @@ -28,8 +28,8 @@ displays files. Extensions are shown. No files or directories are hidden. \item[Supported:] The \setting{File Browser} displays all directories and files supported by Rockbox (see \reference{ref:Supportedfileformats}). - Files and directories starting with \fname{.} or with the ``hidden'' - flag set are hidden. + Files and directories starting with \fname{.} (\emph{dot}) or with the + \emph{hidden} flag set are hidden. \item[Music:] The \setting{File Browser} displays only folders, playlists and the supported \emph{audio} file formats. Extensions are stripped. Files and directories starting with \fname{.} or with the ``hidden'' flag set are |