doc: improve various BLOCKSIZE and SIZE help
authorOndřej Vašík <ovasik@redhat.com>
Thu, 10 Sep 2009 11:33:41 +0000 (12:33 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 10 Sep 2009 14:28:50 +0000 (15:28 +0100)
commitb64d9b6d9e7fdc96614e3cbef001f8e078fe9588
treedfe32e71e396a8de020ef5edcde5012b4ed21d6f
parent0bbb9d7785957437182fc633b2d387cc51ee918e
doc: improve various BLOCKSIZE and SIZE help

* doc/coreutils.texi (multiplierSuffixes): Mention that
the suffix can be specified without a leading number
* src/split.c (usage): Refactor SIZE help to within a function
* src/truncate.c (usage): Likewise
* src/ls.c (usage): Likewise
* src/df.c (usage): Likewise. Also add a function with BLOCKSIZE help
* src/du.c (usage): Likewise.
* src/system.h: Define 2 functions to emit common help text
This was prompted by https://bugzilla.redhat.com/show_bug.cgi?id=511188
doc/coreutils.texi
src/df.c
src/du.c
src/ls.c
src/split.c
src/system.h
src/truncate.c