summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2009-05-15 17:28:51 +0100
committerPádraig Brady <P@draigBrady.com>2009-05-18 16:17:31 +0100
commit39285f6008a26ff1d5facbffcbf12f57d60564d1 (patch)
tree715b638eb04e0365d71e37bcbcd814a531425fac /man
parentb7f6e0d51680a6b5d5c992b59ddb403673ee4ae2 (diff)
downloadcoreutils-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 'man')
-rw-r--r--man/comm.x2
-rw-r--r--man/join.x2
-rw-r--r--man/uniq.x2
3 files changed, 6 insertions, 0 deletions
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)