summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-02-09 17:41:16 +0000
committerJim Meyering <jim@meyering.net>2004-02-09 17:41:16 +0000
commitce82b9cc861d58957047ab07c9c43603c939cd7d (patch)
tree738a19d986979cf7a991e9bca821675629510d79 /doc
parent20c1475f3336932980fa87df8f3a2f77537af410 (diff)
downloadcoreutils-ce82b9cc861d58957047ab07c9c43603c939cd7d.tar.xz
Hyphenate `three-column' when used as an adjective.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 3c68b6542..9187dca14 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.