diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-13 13:15:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-13 13:15:56 +0000 |
commit | 0a604bf564d614fa1ed68450c9014ab990b08c1c (patch) | |
tree | 120792d1e33cf3afbdead8013dd53b3b5fd9fb07 /doc | |
parent | 814ec278fc2c6ea7fb33af92e4b74ea6374c542c (diff) | |
download | coreutils-0a604bf564d614fa1ed68450c9014ab990b08c1c.tar.xz |
tweak wording
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 4a5ce4097..85b0bb0c5 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -6823,7 +6823,7 @@ 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. +shred does not increase the apparent size of the file. @item -z @itemx --zero |