]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: clarify that truncate --size represents bytes by default
authorPádraig Brady <P@draigBrady.com>
Sat, 22 Jun 2013 02:09:01 +0000 (03:09 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 22 Jun 2013 02:09:01 +0000 (03:09 +0100)
commitb235223926c23f358df323fab4b368b46d0074af
tree6fb0c5104f61bba8274f07e45ef0a22ca83db0f6
parent2bc0281352a894e75dedcf3cc41fcba487e3b74b
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
doc/coreutils.texi
src/truncate.c