diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-01-04 11:19:56 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-01-04 11:19:56 +0000 |
commit | d3f71e83aa457c3da879a748802d457091a47c5f (patch) | |
tree | 17c8d21785c3a369ed1c40e82a66c38dc35606cb /usr.bin/wc/wc.1 | |
parent | 826a606e9dd903d3cbcf9474470229ebc91fa4fe (diff) |
replace hardcoded exit values with .Ex macros;
ok jmc@
Diffstat (limited to 'usr.bin/wc/wc.1')
-rw-r--r-- | usr.bin/wc/wc.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index a44a895a987..c95550def1f 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wc.1,v 1.18 2007/05/31 19:20:20 jmc Exp $ +.\" $OpenBSD: wc.1,v 1.19 2009/01/04 11:19:55 sobrado Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" from: @(#)wc.1 8.2 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 4 2009 $ .Dt WC 1 .Os .Sh NAME @@ -112,9 +112,7 @@ The counts for lines, words, and bytes .Pq or characters are integers separated by spaces. .Pp -The -.Nm -utility exits 0 on success or >0 if an error occurred. +.Ex -std wc .Sh SEE ALSO .Xr isspace 3 .Sh STANDARDS |