summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-13 13:14:40 +0000
committerJim Meyering <jim@meyering.net>2003-03-13 13:14:40 +0000
commit814ec278fc2c6ea7fb33af92e4b74ea6374c542c (patch)
tree58195b6b2b8cb310ed2aa14b3a14ab788b0074ce /doc
parent0ac35ac0b758997aaf32364bdb91a56522c80e2b (diff)
downloadcoreutils-814ec278fc2c6ea7fb33af92e4b74ea6374c542c.tar.xz
(shred invocation): Mention that --exact
is now the default for non-regular files.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index d72114a07..4a5ce4097 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -6818,10 +6818,10 @@ Display status updates as sterilization proceeds.
@itemx --exact
@opindex -x
@opindex --exact
-Normally, shred rounds the file size up to the next multiple of
-the filesystem block size to fully erase the last block of the file.
-This option suppresses that behavior.
-Thus, by default if you shred a 10-byte file on a system with 512-byte
+By default, @command{shred} rounds the size of a regular file up to the next
+multiple of the filesystem block size to fully erase the last block of the file.
+Use @option{--exact} to suppress that behavior.
+Thus, by default if you shred a 10-byte regular file on a system with 512-byte
blocks, the resulting file will be 512 bytes long. With this option,
shred does not increase the size of the file.