summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/yacc/yacc.111
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1
index e39eb75ab9c..c149b11b075 100644
--- a/usr.bin/yacc/yacc.1
+++ b/usr.bin/yacc/yacc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: yacc.1,v 1.26 2010/10/18 14:42:16 jmc Exp $
+.\" $OpenBSD: yacc.1,v 1.27 2013/08/15 16:26:59 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: October 18 2010 $
+.Dd $Mdocdate: August 15 2013 $
.Dt YACC 1
.Os
.Sh NAME
@@ -182,6 +182,13 @@ conflicts, the number of conflicts is also written
to the standard error.
.Sh SEE ALSO
.Xr yyfix 1
+.Rs
+.%A F. DeRemer
+.%A T. J. Pennello
+.%D 1982
+.%J TOPLAS
+.%T Efficient Computation of LALR(1) Look-Ahead Sets
+.Re
.Sh STANDARDS
The
.Nm