summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2009-01-22 19:34:11 +0000
committerPádraig Brady <P@draigBrady.com>2009-01-22 23:42:51 +0000
commit10f3e12a0d36ab00e5c402e54466382b47a519e6 (patch)
tree0089d039448d65206d03c09c7a6dd1196c4e9078 /doc/coreutils.texi
parent83ae1bdd44432055e2cb6cf1502d1cc0cd651746 (diff)
downloadcoreutils-10f3e12a0d36ab00e5c402e54466382b47a519e6.tar.xz
doc: shred: Correct docs on default number of overwrites.
* NEWS: Mention the change to the default number of passes. * doc/Makefile.am: Update constants.texi with the default number of passes shred uses, so that the documentation will automatically reflect any future changes. * doc/coreutils.texi (shred invocation): Update the description of the --iterations option to have the correct default number, while still conveying that there are 25 internal patterns that may be useful.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index d8df10760..d8b90876d 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -8445,10 +8445,10 @@ Override file permissions if necessary to allow overwriting.
@opindex -n @var{number}
@opindex --iterations=@var{number}
@cindex iterations, selecting the number of
-By default, @command{shred} uses 25 passes of overwrite. This is enough
-for all of the useful overwrite patterns to be used at least once.
-You can reduce this to save time, or increase it if you have a lot of
-time to waste.
+By default, @command{shred} uses @value{SHRED_DEFAULT_PASSES} passes of
+overwrite. You can reduce this to save time, or increase it if you think it's
+appropriate. After 25 passes all of the internal overwrite patterns will have
+been used at least once.
@item --random-source=@var{file}
@opindex --random-source