summaryrefslogtreecommitdiff
path: root/xargs/xargs.c
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2023-02-13 20:23:54 +0100
committerBernhard Voelker <mail@bernhard-voelker.de>2023-02-13 20:46:48 +0100
commit7836aa1defdec563bed2434f03543f1d054017b8 (patch)
treed6cbf4b24685d5b778ea5c2c8b533ebf74a845d1 /xargs/xargs.c
parentda65ab1e6987bb706d67b8f5b3dccfc7164d0df1 (diff)
downloadfindutils-7836aa1defdec563bed2434f03543f1d054017b8.tar.gz
doc: use "end-of-file" with hyphenation consistently
* cfg.mk (sc_prohibit_unhyphenated_eof): Add syntax-check rule. * doc/find.texi: Change "end of file" to "end-of-file" in several places. * xargs/xargs.1: Likewise. * xargs/xargs.c (eof_str): Change comment to adhere to the new rule.
Diffstat (limited to 'xargs/xargs.c')
-rw-r--r--xargs/xargs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xargs/xargs.c b/xargs/xargs.c
index e09fda81..bced9e73 100644
--- a/xargs/xargs.c
+++ b/xargs/xargs.c
@@ -101,8 +101,7 @@ static struct buildcmd_control bc_ctl;
static int nullwarning_given = 0;
-/* If nonzero, when this string is read on stdin it is treated as
- end of file.
+/* If nonzero, when this string is read on stdin, then it is treated as EOF.
IEEE Std 1003.1, 2004 Edition allows this to be NULL.
In findutils releases up to and including 4.2.8, this was "_".
*/