summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2016-01-08 15:57:06 +0000
committerPádraig Brady <P@draigBrady.com>2016-01-13 10:59:56 +0000
commit8297568ec60103d95a56cf142d534f215086fe2b (patch)
tree0bf21e532d6be6d2e7989a2872b5c24a3a0bd5b0 /doc/coreutils.texi
parent0e46753d7c9519d7378cd3a4e0951a36ac32ffe7 (diff)
downloadcoreutils-8297568ec60103d95a56cf142d534f215086fe2b.tar.xz
paste: add the -z,--zero-terminated option
* doc/coreutils.texi (paste invocation): Reference -z description. * src/paste.c (main): Parameterize the use of '\n'. * tests/misc/paste.pl: Add test cases. * NEWS: Mention the new feature.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 157ce0e12..01d76ec2c 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -6004,6 +6004,8 @@ $ paste -d '%_' num2 let3 num2
%c_
@end example
+@optZeroTerminated
+
@end table
@exitstatus