diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-05 00:28:59 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-05 00:28:59 +0000 |
commit | d42b8335945a579054f42dc44eb007664e15236f (patch) | |
tree | 7f180087c945146ff72b245dc58ebe19990adac4 /usr.bin/comm/comm.1 | |
parent | cb331a5fc3503bef1db7700c5754efd395dae2ad (diff) |
Finish standardizing options list introduction.
Diffstat (limited to 'usr.bin/comm/comm.1')
-rw-r--r-- | usr.bin/comm/comm.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 94243707820..ec82036b787 100644 --- a/usr.bin/comm/comm.1 +++ b/usr.bin/comm/comm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: comm.1,v 1.6 1999/07/07 10:50:07 aaron Exp $ +.\" $OpenBSD: comm.1,v 1.7 2000/03/05 00:28:52 aaron Exp $ .\" $NetBSD: comm.1,v 1.4 1995/03/26 09:25:50 glass Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -62,9 +62,11 @@ lines only in .Ar file2 ; and lines in both files. .Pp -The filename ``-'' means the standard input. +The filename +.Dq - +means the standard input. .Pp -The following options are available: +The options are as follows: .Bl -tag -width Ds .It Fl 1 Suppress printing of column 1. @@ -93,7 +95,7 @@ participate in line comparisons. .\" .It Ev LC_COLLATE .\" .It Ev LC_MESSAGES .\" .El -.Sh DIAGNOSTICS +.Pp The .Nm utility exits 0 on success or >0 if an error occurred. |