diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-02-10 19:24:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-02-10 19:24:18 +0000 |
commit | c5704ee7132da543f721001e6de96c23f6e82d58 (patch) | |
tree | 78c4bfe704dc56d1b24e3de8a7d54e20f9d095be /usr.bin/yacc/yacc.1 | |
parent | b6f51c6e26b410d4202d382ebc6b5d3c86b2874e (diff) |
STANDARDS:
mark these utilities as being either optional (SD/FR/UP); or as
being compliant only with XPG4 (XSI); strip.1 and talk.1 are tweaked
purely for consistency;
thanks otto for feedback
Diffstat (limited to 'usr.bin/yacc/yacc.1')
-rw-r--r-- | usr.bin/yacc/yacc.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1 index bec93482712..97c1f2979cc 100644 --- a/usr.bin/yacc/yacc.1 +++ b/usr.bin/yacc/yacc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: yacc.1,v 1.21 2009/02/08 17:15:10 jmc Exp $ +.\" $OpenBSD: yacc.1,v 1.22 2009/02/10 19:24:17 jmc Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. @@ -32,7 +32,7 @@ .\" .\" from: @(#)yacc.1 5.7 (Berkeley) 7/30/91 .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: February 10 2009 $ .Dt YACC 1 .Os .Sh NAME @@ -188,7 +188,8 @@ The .Nm utility is compliant with the .St -p1003.1-2008 -specification. +specification, +though its presence is optional. .Pp The flags .Op Fl or |