From 39285f6008a26ff1d5facbffcbf12f57d60564d1 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Fri, 15 May 2009 17:28:51 +0100 Subject: 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 . * 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. --- man/comm.x | 2 ++ man/join.x | 2 ++ man/uniq.x | 2 ++ 3 files changed, 6 insertions(+) (limited to 'man') diff --git a/man/comm.x b/man/comm.x index dfc84806e..d4d8e00da 100644 --- a/man/comm.x +++ b/man/comm.x @@ -2,3 +2,5 @@ comm \- compare two sorted files line by line [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +join(1), uniq(1) diff --git a/man/join.x b/man/join.x index 6f50791f2..f83e8ceca 100644 --- a/man/join.x +++ b/man/join.x @@ -2,3 +2,5 @@ join \- join lines of two files on a common field [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +comm(1), uniq(1) diff --git a/man/uniq.x b/man/uniq.x index 0221d92ab..98a95f996 100644 --- a/man/uniq.x +++ b/man/uniq.x @@ -2,3 +2,5 @@ uniq \- report or omit repeated lines [DESCRIPTION] .\" Add any additional description here +[SEE ALSO] +comm(1), join(1) -- cgit v1.2.3-54-g00ecf