diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2008-04-23 19:38:32 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2008-04-23 19:38:32 +0000 |
| commit | a616c4851a7c3496e0aae15cdb382f4d0219dc8a (patch) | |
| tree | 3c2cc2098d4aaa500530654c6a4515cb164881e8 | |
| parent | ab547ef951298e95526e5497faf62db4e5f83fe6 (diff) | |
| download | rockbox-a616c4851a7c3496e0aae15cdb382f4d0219dc8a.zip rockbox-a616c4851a7c3496e0aae15cdb382f4d0219dc8a.tar.gz rockbox-a616c4851a7c3496e0aae15cdb382f4d0219dc8a.tar.bz2 rockbox-a616c4851a7c3496e0aae15cdb382f4d0219dc8a.tar.xz | |
Update disktidy plugin description to reflect new features (FS#8924 by Robert Menes).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17225 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/plugins/disktidy.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manual/plugins/disktidy.tex b/manual/plugins/disktidy.tex index 33dfc5f..58cf8c8 100644 --- a/manual/plugins/disktidy.tex +++ b/manual/plugins/disktidy.tex @@ -1,11 +1,12 @@ % $Id $ % \subsection{Disk Tidy} - Disk Tidy deletes junk files left behind by Windows or OS X after a USB connection. + Disk Tidy deletes junk files left behind by Windows, Linux or OS X after a USB connection. Select the OS's files you want to delete in the 'Files to Clean' menu and select 'Start Cleaning' to begin to process. \subsubsection{Available Options} \begin{description} - \item[Both] deletes both OS X and Windows files. + \item[All] deletes Linux, OS X and Windows files. + \item[Linux] deletes Linux files, \fname{.dolphinview}, and \fname{.d3lphinview}. \item[Win] deletes Windows files, \fname{Thumbs.db}, \fname{/Recycled} and \fname{/System Volume Information}. \item[Mac] deletes OS X files, \fname{.\_*}, \fname{.DS\_Store} and |