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/uniq | |
parent | cb331a5fc3503bef1db7700c5754efd395dae2ad (diff) |
Finish standardizing options list introduction.
Diffstat (limited to 'usr.bin/uniq')
-rw-r--r-- | usr.bin/uniq/uniq.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1 index f46e9eb0dab..a9a0bd367bc 100644 --- a/usr.bin/uniq/uniq.1 +++ b/usr.bin/uniq/uniq.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uniq.1,v 1.3 1998/10/30 00:24:41 aaron Exp $ +.\" $OpenBSD: uniq.1,v 1.4 2000/03/05 00:28:56 aaron Exp $ .\" $NetBSD: uniq.1,v 1.5 1994/12/06 07:51:15 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -62,7 +62,7 @@ not written. Repeated lines in the input will not be detected if they are not adjacent, so it may be necessary to sort the files first. .Pp -The following options are available: +The options are as follows: .Bl -tag -width Ds .It Fl c Precede each output line with the count of the number of times the line |