diff options
author | Pádraig Brady <P@draigBrady.com> | 2013-06-22 03:09:01 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2013-06-22 03:09:01 +0100 |
commit | b235223926c23f358df323fab4b368b46d0074af (patch) | |
tree | 6fb0c5104f61bba8274f07e45ef0a22ca83db0f6 /doc | |
parent | 2bc0281352a894e75dedcf3cc41fcba487e3b74b (diff) | |
download | coreutils-b235223926c23f358df323fab4b368b46d0074af.tar.xz |
doc: clarify that truncate --size represents bytes by default
* src/truncate.c (usage): Mention that --size is in bytes which
is by far the most common usage.
* doc/coreutils.texi (truncate invocation): Likewise. Also cross
reference the --io-blocks option.
Reported in http://bugs.gnu.org/14686
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index a325bd058..ae1081b1a 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -11849,6 +11849,7 @@ Base the size of each @var{file} on the size of @var{rfile}. @opindex -s @opindex --size Set or adjust the size of each @var{file} according to @var{size}. +@var{size} is in bytes unless @option{--io-blocks} is specified. @multiplierSuffixesNoBlocks{size} @var{size} may also be prefixed by one of the following to adjust |