summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/coreutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 6c351c3b8..11b146988 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -11000,7 +11000,7 @@ For very long lists of numbers, use xargs to avoid
system limitations on the length of an argument list:
@example
-$ seq -f %1.f 1000000 | xargs printf %x'\n' |tail -3
+$ seq -f %1.f 1000000 | xargs printf %x'\n' | tail -n 3
f423e
f423f
f4240