]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Hyphenate `three-column' when used as an adjective.
authorJim Meyering <jim@meyering.net>
Mon, 9 Feb 2004 17:41:16 +0000 (17:41 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 9 Feb 2004 17:41:16 +0000 (17:41 +0000)
doc/coreutils.texi

index 3c68b65421d8ba5cc7ebebea7a3db577b7b788af..9187dca14df9264fab6b8dc9b4999389778e614a 100644 (file)
@@ -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.