[BACK]Return to yacc.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / yacc

Diff for /src/usr.bin/yacc/yacc.1 between version 1.15 and 1.16

version 1.15, 2003/06/03 02:56:24 version 1.16, 2003/06/10 09:12:13
Line 161 
Line 161 
 are created if  are created if
 .Dv YYDEBUG  .Dv YYDEBUG
 is defined and non-zero.  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  .Sh FILES
 .Bl -tag -width /tmp/yacc.uXXXXXXXXXX -compact  .Bl -tag -width /tmp/yacc.uXXXXXXXXXX -compact
 .It Pa y.code.c  .It Pa y.code.c
Line 178 
Line 171 
 .It Pa /tmp/yacc.tXXXXXXXXXX  .It Pa /tmp/yacc.tXXXXXXXXXX
 .It Pa /tmp/yacc.uXXXXXXXXXX  .It Pa /tmp/yacc.uXXXXXXXXXX
 .El  .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  .Sh SEE ALSO
 .Xr yyfix 1  .Xr yyfix 1
 .Sh STANDARDS  .Sh STANDARDS

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16