From f3b4def577c4eee22f83b72d1310aa1d9155908d Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Fri, 8 Jan 2016 15:14:01 +0000 Subject: 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. --- doc/coreutils.texi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/coreutils.texi') 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 -- cgit v1.2.3-54-g00ecf