X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/b5dc137726916848863400739477947b564cfad0..0e853b8884b9e60192952bf259205df5e912fef0:/usr/src/usr.bin/comm/comm.1 diff --git a/usr/src/usr.bin/comm/comm.1 b/usr/src/usr.bin/comm/comm.1 index 90196da502..d2baea55df 100644 --- a/usr/src/usr.bin/comm/comm.1 +++ b/usr/src/usr.bin/comm/comm.1 @@ -3,10 +3,10 @@ .\" .\" %sccs.include.redist.man% .\" -.\" @(#)comm.1 6.3 (Berkeley) %G% +.\" @(#)comm.1 6.5 (Berkeley) %G% .\" .Dd -.Os BSD 4.4 +.Os .Dt COMM 1 .Sh NAME .Nm comm @@ -30,16 +30,19 @@ lines only in .Ar file2 ; and lines in both files. .Pp -The filename ``-'' means the standard input. +The filename +.Ql Fl +means the standard input. .Pp The following options are available: -.Tp Fl 1 +.Bl -tag -width Ds +.It Fl 1 Suppress printing of column 1. -.Tp Fl 2 +.It Fl 2 Suppress printing of column 2. -.Tp Fl 3 +.It Fl 3 Suppress printing of column 3. -.Tp +.El .Pp Each column will have a number of tab characters prepended to it equal to the number of lower numbered columns that are being printed. @@ -61,4 +64,4 @@ exits 0 on success, >0 if an error occurred. .Sh STANDARDS The .Nm comm -function is expected to be POSIX 1003.2 compatible. +command is expected to be POSIX 1003.2 compatible.