aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-08-14 21:56:35 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-08-14 21:56:35 +0000
commitacbd5a8bd7b1416d41a9812ec2d066724a0e7c2a (patch)
tree095d0d7bd15243465c122cd81a359bc69aaa20d4
parente06c3bba7e8314ea3249b0e498cabdb7f149f3fe (diff)
downloadsrc-acbd5a8bd7b1416d41a9812ec2d066724a0e7c2a.tar.gz
src-acbd5a8bd7b1416d41a9812ec2d066724a0e7c2a.zip
Fix conflicts, ensure rev 1.2 changes are made to v1.28.
Notes
Notes: svn path=/head/; revision=49799
-rw-r--r--contrib/bison/bison.115
1 files changed, 11 insertions, 4 deletions
diff --git a/contrib/bison/bison.1 b/contrib/bison/bison.1
index 6c031ce35c6a..9738696e57c2 100644
--- a/contrib/bison/bison.1
+++ b/contrib/bison/bison.1
@@ -320,14 +320,21 @@ bison \-y $*
.ft R
.sp
.RE
-.PP
-The long-named options can be introduced with `+' as well as `\-\-',
-for compatibility with previous releases. Eventually support for `+'
-will be removed, because it is incompatible with the POSIX.2 standard.
.SH FILES
/usr/share/misc/bison.simple simple parser
.br
/usr/share/misc/bison.hairy complicated parser
+.SH "ENVIRONMENT VARIABLES"
+.TP
+.SM BISON_SIMPLE
+If this is set, it specifies the location in which the
+.B bison.simple
+parser can be found.
+.TP
+.SM BISON_HAIRY
+If this is set, it specifies the location in which the
+.B bison.hairy
+parser can be found.
.SH SEE ALSO
.IR yacc (1)
.br