The diff below moves the journal volume
reference into the .Rs block and adds pages.
Jan
--- yacc.1.orig Mon Jan 27 13:48:28 2014
+++ yacc.1 Mon Jan 27 13:53:10 2014
@@ -185,9 +185,11 @@ to the standard error.
.Rs
.%A F. DeRemer
.%A T. J. Pennello
-.%D 1982
-.%J TOPLAS
.%T Efficient Computation of LALR(1) Look-Ahead Sets
+.%J TOPLAS
+.%V 4:4
+.%D 1982
+.%P 615-649
.Re
.Sh STANDARDS
The
@@ -211,8 +213,7 @@ quit.
.Pp
Berkeley Yacc is based on the excellent algorithm for computing
LALR(1) lookaheads developed by Tom Pennello and Frank DeRemer.
-The algorithm is described in their almost impenetrable article in
-TOPLAS 4,4.
+The algorithm is described in their almost impenetrable article.
.Pp
Finally, much credit must go to those who pointed out deficiencies
of earlier releases.