summaryrefslogtreecommitdiff
path: root/usr.bin/yacc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-09-03 11:09:30 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-09-03 11:09:30 +0000
commit25818e05e234f7e28cf2f85c16dd8fda67d13b61 (patch)
tree75d9b923fe8192de2a66a9228540f829bf0d826b /usr.bin/yacc
parentd4eeef45f2a89e6c666b0fccd3ea95fee9c88b4d (diff)
add an EXIT STATUS section for /usr/bin;
Diffstat (limited to 'usr.bin/yacc')
-rw-r--r--usr.bin/yacc/yacc.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1
index 33443eba2ba..c03f10a7cf5 100644
--- a/usr.bin/yacc/yacc.1
+++ b/usr.bin/yacc/yacc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: yacc.1,v 1.24 2010/07/21 19:44:47 jmc Exp $
+.\" $OpenBSD: yacc.1,v 1.25 2010/09/03 11:09:29 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: July 21 2010 $
+.Dd $Mdocdate: September 3 2010 $
.Dt YACC 1
.Os
.Sh NAME
@@ -135,8 +135,6 @@ option causes a human-readable description of the generated parser to
be written to the file
.Pa y.output .
.El
-.Pp
-.Ex -std yacc
.Sh ENVIRONMENT
.Bl -tag -width TMPDIR
.It Ev TMPDIR
@@ -173,6 +171,8 @@ is defined and non-zero.
.It Pa /tmp/yacc.tXXXXXXXXXX
.It Pa /tmp/yacc.uXXXXXXXXXX
.El
+.Sh EXIT STATUS
+.Ex -std yacc
.Sh DIAGNOSTICS
If there are rules that are never reduced, the number of such rules is
written to the standard error.