From 442fafa54c63cbbf25ffb6a54297c0289e97b34c Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Fri, 23 May 2014 00:45:57 +0100 Subject: 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. --- src/stty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stty.c') diff --git a/src/stty.c b/src/stty.c index 7bb3f5121..3c4857865 100644 --- a/src/stty.c +++ b/src/stty.c @@ -634,7 +634,7 @@ Output settings:\n\ "), stdout); fputs (_("\ * [-]ocrnl translate carriage return to newline\n\ - * [-]ofdel use delete characters for fill instead of null characters\n\ + * [-]ofdel use delete characters for fill instead of NUL characters\n\ * [-]ofill use fill (padding) characters instead of timing for delays\n\ * [-]olcuc translate lowercase characters to uppercase\n\ * [-]onlcr translate newline to carriage return-newline\n\ -- cgit v1.2.3-54-g00ecf