From: Jim Meyering Date: Mon, 9 Feb 2004 17:41:16 +0000 (+0000) Subject: Hyphenate `three-column' when used as an adjective. X-Git-Tag: v5.2.0~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce82b9cc861d58957047ab07c9c43603c939cd7d;p=thirdparty%2Fcoreutils.git Hyphenate `three-column' when used as an adjective. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 3c68b65421..9187dca14d 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -3640,7 +3640,7 @@ no options always outputs a file that is suitable input to @command{comm}. @cindex differing lines @cindex common lines -With no options, @command{comm} produces three column output. Column one +With no options, @command{comm} produces three-column output. Column one contains lines unique to @var{file1}, column two contains lines unique to @var{file2}, and column three contains lines common to both files. Columns are separated by a single TAB character.