]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: use semicolon instead of period in option descriptions
authorBenno Schulenberg <bensberg@justemail.net>
Sun, 28 Jul 2013 11:54:20 +0000 (13:54 +0200)
committerPádraig Brady <P@draigBrady.com>
Thu, 1 Aug 2013 13:36:36 +0000 (14:36 +0100)
commit47b51db120e258fa2a3317933a0a9512b2933754
treed6e55b3e52ce260f3c30a0d470c788f8558f341e
parent1127c8a009a28e04dd6a883e1ff59bbf02591583
doc: use semicolon instead of period in option descriptions

Also do not end option descriptions with a period, properly indent
continuation lines, and make some tiny clarifications.

* src/du.c (usage): Lowercase after semicolon.
* src/ls.c (usage): Semicolons instead of periods, small rephrasing
and two hyphens for clarity, proper indentation.
* src/mktemp.c (usage): Semicolons and lowercase.
* src/od.c (usage): Semicolons.
* src/ptx.c (usage): Use the standard phrase, clarify default option.
* src/setuidgid.c (usage): Properly indent continuation line.
* src/split.c (usage): Semicolons, lowercase, no final period.
* src/stat.c (usage): Semicolons, lowercase.
* src/tail.c (usage): Proper indentation, one shorter rephrasing,
semicolons, no final periods.
* src/timeout.c (usage): Properly indent, semicolons, no final periods.
Fixes http://bugs.gnu.org/14976
src/du.c
src/ls.c
src/mktemp.c
src/od.c
src/ptx.c
src/setuidgid.c
src/split.c
src/stat.c
src/tail.c
src/timeout.c