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/wc | |
parent | cb331a5fc3503bef1db7700c5754efd395dae2ad (diff) |
Finish standardizing options list introduction.
Diffstat (limited to 'usr.bin/wc')
-rw-r--r-- | usr.bin/wc/wc.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index e64c7abf4d1..7da425e1678 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wc.1,v 1.6 1999/10/17 19:59:47 aaron Exp $ +.\" $OpenBSD: wc.1,v 1.7 2000/03/05 00:28:56 aaron Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -62,7 +62,7 @@ space. White space characters are the set of characters for which the .Xr isspace 3 function returns true. .Pp -The following options are available: +The options are as follows: .Bl -tag -width Ds .It Fl c The number of bytes in each input file |