summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2016-01-08 15:14:01 +0000
committerPádraig Brady <P@draigBrady.com>2016-01-13 10:59:56 +0000
commitf3b4def577c4eee22f83b72d1310aa1d9155908d (patch)
tree8347150d38fc5230f76c5a2a074454c9e2ffb2b3 /doc/coreutils.texi
parent826c98b02486dd9dbbab3d2381d5f778af42dd7a (diff)
downloadcoreutils-f3b4def577c4eee22f83b72d1310aa1d9155908d.tar.xz
comm: add the -z,--zero-terminated option
* doc/coreutils.texi (comm invocation): Reference option description. * src/comm.c (main): Use readlinebuffer_delim() to support a parameterized delimiter. * tests/misc/comm.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 09020275c..157ce0e12 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -5130,6 +5130,8 @@ rather than the default of a single TAB character.
The delimiter @var{str} may not be empty.
+@optZeroTerminated
+
@end table
@node ptx invocation