diff options
author | Pádraig Brady <P@draigBrady.com> | 2009-05-15 17:28:51 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2009-05-18 16:17:31 +0100 |
commit | 39285f6008a26ff1d5facbffcbf12f57d60564d1 (patch) | |
tree | 715b638eb04e0365d71e37bcbcd814a531425fac /doc | |
parent | b7f6e0d51680a6b5d5c992b59ddb403673ee4ae2 (diff) | |
download | coreutils-39285f6008a26ff1d5facbffcbf12f57d60564d1.tar.xz |
doc: clarify the operation of the comm -123 parameters
* src/comm.c (usage): give more information on the -123 parameters,
with examples to show that they can be combined.
Addresses <http://savannah.gnu.org/bugs/?24974>.
* doc/coreutils.texi (comm invocation): Mention that the
column separators are suppressed along with the column.
Suggestion from Dan Jacobson.
* man/comm.x: Reference other commands that match adjacent lines.
* man/join.x: ditto.
* man/uniq.x: ditto.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index b96fdb202..1a3075ffe 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -4565,7 +4565,7 @@ Columns are separated by a single TAB character. @opindex -2 @opindex -3 The options @option{-1}, @option{-2}, and @option{-3} suppress printing of -the corresponding columns. Also see @ref{Common options}. +the corresponding columns (and separators). Also see @ref{Common options}. Unlike some other comparison utilities, @command{comm} has an exit status that does not depend on the result of the comparison. |