]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: clarify --zero-terminated option
authorPádraig Brady <P@draigBrady.com>
Thu, 22 May 2014 23:45:57 +0000 (00:45 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 26 May 2014 11:31:50 +0000 (12:31 +0100)
commit442fafa54c63cbbf25ffb6a54297c0289e97b34c
treea7e9e8f95afbeccf681d9ae03436d73f41fbf7d8
parent347b392bd0485dd12319c4ca5a1c7bae40ea71e7
doc: clarify --zero-terminated option

* src/join.c (usage): Reword to avoid implication that
the NUL byte is only generated as the output delimeter.
* src/sort.c (usage): Likewise.
* src/shuf.c (usage): Likewise. Also since we're changing the
translation string take the opportunity to separate out
the description to a separate string to reduce translation overhead.
* src/uniq.c (usage): Likewise.
* src/stty.c (usage): s/null/NUL/ for consistency.
* src/basename.c (usage): Reword for accuracy/consistency.
* src/dirname.c (usage): Likewise.
* src/du.c (usage): Likewise.
* src/env.c (usage): Likewise.
* src/printenv.c (usage): Likewise.
* src/readlink.c (usage): Likewise.
* src/realpath.c (usage): Likewise.
* doc/coreutils.texi: Consolidate/share the descriptions of
--null, --zero and --zero-terminated.
13 files changed:
doc/coreutils.texi
src/basename.c
src/dirname.c
src/du.c
src/env.c
src/join.c
src/printenv.c
src/readlink.c
src/realpath.c
src/shuf.c
src/sort.c
src/stty.c
src/uniq.c