summaryrefslogtreecommitdiff
path: root/manual/plugins
diff options
context:
space:
mode:
authorRobert Menes <rmenes@rockbox.org>2010-10-31 13:02:59 +0000
committerRobert Menes <rmenes@rockbox.org>2010-10-31 13:02:59 +0000
commit1e47628a9f5d51218d2e385b7f85e09dd75df860 (patch)
tree61045271cf82f685f8e94f67d86317bbbee4b847 /manual/plugins
parente26d0c62e07d1b1c1087a065242ed7ab1a2c522f (diff)
downloadrockbox-1e47628a9f5d51218d2e385b7f85e09dd75df860.tar.gz
rockbox-1e47628a9f5d51218d2e385b7f85e09dd75df860.zip
Commit FS #11682 by Teruaki Kawashima: fix the disktidy plugin
not cleaning custo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28414 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins')
-rw-r--r--manual/plugins/disktidy.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/manual/plugins/disktidy.tex b/manual/plugins/disktidy.tex
index c1c58271ea..c0d429cb7f 100644
--- a/manual/plugins/disktidy.tex
+++ b/manual/plugins/disktidy.tex
@@ -5,6 +5,13 @@
5 menu and select `Start Cleaning' to begin to process. The settings 5 menu and select `Start Cleaning' to begin to process. The settings
6 are stored in \fname{.rockbox/rocks/apps/disktidy.config}, in a plain text 6 are stored in \fname{.rockbox/rocks/apps/disktidy.config}, in a plain text
7 file that is user-modifiable to allow more entries to be added. 7 file that is user-modifiable to allow more entries to be added.
8
9 You can use up to one '*' as a wild-card character which matches any string.
10 the first '*' is recognized as a wild-card character and any additional '*' are
11 literal '*'.
12
13 \warn{Be careful when you use custom entries.
14 You could accidentally delete important files.}
8 15
9 \subsubsection{Available Options} 16 \subsubsection{Available Options}
10 \begin{description} 17 \begin{description}