coreutils/man/join.x
Pádraig Brady 39285f6008 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.
2009-05-18 16:17:31 +01:00

7 lines
139 B
Plaintext

[NAME]
join \- join lines of two files on a common field
[DESCRIPTION]
.\" Add any additional description here
[SEE ALSO]
comm(1), uniq(1)