=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/yacc/yacc.1,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/yacc/yacc.1 2003/06/03 02:56:24 1.15 +++ src/usr.bin/yacc/yacc.1 2003/06/10 09:12:13 1.16 @@ -1,4 +1,4 @@ -.\" $OpenBSD: yacc.1,v 1.15 2003/06/03 02:56:24 millert Exp $ +.\" $OpenBSD: yacc.1,v 1.16 2003/06/10 09:12:13 jmc Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. @@ -161,13 +161,6 @@ are created if .Dv YYDEBUG is defined and non-zero. -.Sh DIAGNOSTICS -If there are rules that are never reduced, the number of such rules is -written to the standard error. -If there are any -.Tn LALR(1) -conflicts, the number of conflicts is also written -to the standard error. .Sh FILES .Bl -tag -width /tmp/yacc.uXXXXXXXXXX -compact .It Pa y.code.c @@ -178,6 +171,13 @@ .It Pa /tmp/yacc.tXXXXXXXXXX .It Pa /tmp/yacc.uXXXXXXXXXX .El +.Sh DIAGNOSTICS +If there are rules that are never reduced, the number of such rules is +written to the standard error. +If there are any +.Tn LALR(1) +conflicts, the number of conflicts is also written +to the standard error. .Sh SEE ALSO .Xr yyfix 1 .Sh STANDARDS