From 69273f2ab1730bb4a29472050c4da74a747a981a Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Tue, 28 Jan 2014 15:43:43 +0000 Subject: bit more info for the toplas article; From: Jan Stary tweaked a bit by myself --- usr.bin/yacc/yacc.1 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'usr.bin/yacc/yacc.1') diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1 index c149b11b075..cc35d0c19f7 100644 --- a/usr.bin/yacc/yacc.1 +++ b/usr.bin/yacc/yacc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: yacc.1,v 1.27 2013/08/15 16:26:59 jmc Exp $ +.\" $OpenBSD: yacc.1,v 1.28 2014/01/28 15:43:42 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: August 15 2013 $ +.Dd $Mdocdate: January 28 2014 $ .Dt YACC 1 .Os .Sh NAME @@ -187,7 +187,10 @@ to the standard error. .%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 @@ quit. 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. -- cgit v1.2.3