From 34b7df97a3fcc3b999deb52d676bc11e0aa04e94 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 16 Nov 2011 22:02:59 +0000 Subject: [PATCH] Add helpful clarification text. While not strictly necessary, these few words make this man page much easier to understand without re-reading prior parts of the man page. --- usr.bin/comm/comm.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 0a34160c0e7..2ae526967a7 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