summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/comm/comm.18
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1
index 0a34160..2ae5269 100644
--- a/usr.bin/comm/comm.1
+++ b/usr.bin/comm/comm.1
@@ -61,11 +61,13 @@ The filename ``-'' means the standard input.
The following options are available:
.Bl -tag -width indent
.It Fl 1
-Suppress printing of column 1.
+Suppress printing of column 1, lines only in
+.Ar file1 .
.It Fl 2
-Suppress printing of column 2.
+Suppress printing of column 2, lines only in
+.Ar file2 .
.It Fl 3
-Suppress printing of column 3.
+Suppress printing of column 3, lines common to both.
.It Fl i
Case insensitive comparison of lines.
.El
OpenPOWER on IntegriCloud