diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-10-30 00:24:46 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-10-30 00:24:46 +0000 |
commit | 33736ffdf1f2ac217360b569f5f830d55f4cfde4 (patch) | |
tree | 73d2123b9938a843493510c640d1ad2be8081211 /usr.bin/wc/wc.1 | |
parent | 0f9fe76e9ba60a970964ebdbc054abf80e947a7d (diff) |
usr.bin/ man page fixes, t-z
Diffstat (limited to 'usr.bin/wc/wc.1')
-rw-r--r-- | usr.bin/wc/wc.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index af136e061cc..7b496447c08 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wc.1,v 1.2 1996/06/26 05:42:49 deraadt Exp $ +.\" $OpenBSD: wc.1,v 1.3 1998/10/30 00:24:43 aaron Exp $ .\" Copyright (c) 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -56,7 +56,7 @@ If more than one input file is specified, a line of cumulative count(s) for all named files is output on a separate line following the last file count. -.Nm Wc +.Nm wc considers a word to be a maximal string of characters delimited by white space. .Pp @@ -109,7 +109,7 @@ by spaces. .Pp The .Nm wc -utility exits 0 on success, and >0 if an error occurs. +utility exits 0 on success or >0 if an error occurred. .Sh STANDARDS The .Nm wc |