=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/yacc/yyfix.1,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/yacc/yyfix.1 2007/05/31 19:20:20 1.4 +++ src/usr.bin/yacc/yyfix.1 2014/01/20 05:07:48 1.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: yyfix.1,v 1.4 2007/05/31 19:20:20 jmc Exp $ +.\" $OpenBSD: yyfix.1,v 1.5 2014/01/20 05:07:48 schwarze Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)yyfix.1 5.4 (Berkeley) 3/23/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 20 2014 $ .Dt YYFIX 1 .Os .Sh NAME @@ -44,10 +44,8 @@ .Xr yacc 1 generated file .Pa y.tab.c . -As the names of the tables generated by the current version of -.Xr yacc -are different from those of historical versions of -.Xr yacc , +As the names of the tables generated by the current version of yacc +are different from those of historical versions of yacc, the shell script .Nm yyfix is provided to simplify the transition. @@ -63,7 +61,7 @@ attempts to determine if the .Pa y.tab.c file is from an old or new -.Xr yacc , +.Xr yacc 1 , and extracts the appropriate tables. .Pp The tables @@ -78,7 +76,7 @@ .Dq yydef are extracted from historical versions of -.Xr yacc . +.Xr yacc 1 . .Pp The tables .Dq yylhs , @@ -94,7 +92,7 @@ and .Dq yycheck , are extracted from the current version of -.Xr yacc . +.Xr yacc 1 . .Sh FILES .Bl -tag -width y.tab.c .It Pa y.tab.c