diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-23 21:39:59 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-23 21:39:59 +0000 |
commit | 4684cfef89d32a9bab1b6108bb67be2ef91ab20a (patch) | |
tree | 466be8512d53a615017f9183e9757d741698c15f /usr.bin/wc | |
parent | 24bba1c5cbdd58b421017d9012e88422c8f67a4d (diff) |
More pedantic man page formatting insanity, lalala
Diffstat (limited to 'usr.bin/wc')
-rw-r--r-- | usr.bin/wc/wc.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index 3c872537c71..6695cbd21d1 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wc.1,v 1.9 2000/03/14 14:58:25 aaron Exp $ +.\" $OpenBSD: wc.1,v 1.10 2000/03/23 21:39:55 aaron Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -98,7 +98,8 @@ A pathname of an input file. .El .Pp If no file names are specified, the standard input is used -and a file name is not output. The resulting output is one +and a file name is not output. +The resulting output is one line of the requested count(s) with the cumulative sum of all files read in via standard input. .Pp |