On Mon, Jan 27, 2014 at 01:57:48PM +0100, Jan Stary wrote:
> The diff below moves the journal volume
> reference into the .Rs block and adds pages.
> 
>       Jan
> 

as discussed with jan, the diff below got committed.
jmc

Index: yacc.1
===================================================================
RCS file: /cvs/src/usr.bin/yacc/yacc.1,v
retrieving revision 1.27
diff -u -r1.27 yacc.1
--- yacc.1      15 Aug 2013 16:26:59 -0000      1.27
+++ yacc.1      28 Jan 2014 15:42:36 -0000
@@ -187,7 +187,10 @@
 .%A T. J. Pennello
 .%D 1982
 .%J TOPLAS
+.%N Issue 4
+.%P pp. 615\(en649
 .%T Efficient Computation of LALR(1) Look-Ahead Sets
+.%V Volume 4
 .Re
 .Sh STANDARDS
 The
@@ -212,7 +215,7 @@
 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.
+TOPLAS (see above).
 .Pp
 Finally, much credit must go to those who pointed out deficiencies
 of earlier releases.

Reply via email to