'make syntax-check' complains:
maint.mk: use "end-of-file", not "end of file"
make: *** [cfg.mk:273: sc_prohibit_unhyphenated_eof] Error 1
* doc/find.texi (xargs options): Change as suggested by the SC rule.
---
doc/find.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/find.texi b/doc/find.texi
index d1ad8d68..4cae7419 100644
--- a/doc/find.texi
+++ b/doc/find.texi
@@ -3911,8 +3911,8 @@ when commands are run. Otherwise, stdin is redirected from
@itemx -0
Input file names are terminated by a null character instead of by
whitespace, and any quotes and backslash characters are not considered
-special (every character is taken literally). Disables the end of file
-string, which is treated like any other argument.
+special (every character is taken literally).
+Disables the end-of-file string, which is treated like any other argument.
@item --delimiter @var{delim}
@itemx -d @var{delim}
--
2.45.2