summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Thilo <jthilo@gnu.org>1998-11-26 00:14:37 +0000
committerJesse Thilo <jthilo@gnu.org>1998-11-26 00:14:37 +0000
commit9e4e995adb188fcb2a9e2a45587c746717eeaca7 (patch)
tree808c6c61a938e602f09a18813b085cff1eae9ab8
parent604cc97b1274541c22da8950083d5966087078d4 (diff)
downloadbison-9e4e995adb188fcb2a9e2a45587c746717eeaca7.tar.gz
Document the BISON_HAIRY and BISON_SIMPLE variables.
-rw-r--r--doc/bison.111
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bison.1 b/doc/bison.1
index 0cd949ee..958bb398 100644
--- a/doc/bison.1
+++ b/doc/bison.1
@@ -328,6 +328,17 @@ will be removed, because it is incompatible with the POSIX.2 standard.
/usr/local/lib/bison.simple simple parser
.br
/usr/local/lib/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