diff options
Diffstat (limited to 'usr.bin/wc/wc.1')
-rw-r--r-- | usr.bin/wc/wc.1 | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index c841add4ba5..1caea140e44 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wc.1,v 1.16 2005/10/19 21:49:02 espie Exp $ +.\" $OpenBSD: wc.1,v 1.17 2007/05/30 04:41:34 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -118,6 +118,16 @@ utility exits 0 on success or >0 if an error occurred. .Sh SEE ALSO .Xr isspace 3 .Sh STANDARDS +The +.Nm +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp +The flag +.Op Fl h +is an extension to that specification. +.Pp Historically, the .Nm utility was documented to define a word as a ``maximal string of @@ -138,17 +148,6 @@ in terms of the .Xr isspace 3 function, as required by .St -p1003.2-92 . -.Pp -The -.Nm -utility conforms to -.St -p1003.2-92 . -.Pp -The -.Fl h -option is an -.Ox -extension. .Sh HISTORY A .Nm |