[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.1 and 1.2

version 1.1, 1995/10/18 08:47:06 version 1.2, 1996/01/11 17:52:34
Line 47 
Line 47 
 .Nm yacc  .Nm yacc
 .Op Fl dlrtv  .Op Fl dlrtv
 .Op Fl b Ar prefix  .Op Fl b Ar prefix
   .Op Fl p Ar symbol_prefix
 .Ar filename  .Ar filename
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm Yacc  .Nm Yacc
Line 93 
Line 94 
 .Nm yacc  .Nm yacc
 will not insert the #line directives.  will not insert the #line directives.
 #line directives specified by the user will be retained.  #line directives specified by the user will be retained.
   .It Fl p Ar symbol_prefix
   The
   .Fl p
   option changes the prefix prepended to yacc-generated symbols to
   the string denoted by
   .Ar symbol_prefix .
   The default prefix is the string
   .Ar yy .
 .It Fl r  .It Fl r
 The  The
 .Fl r  .Fl r

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2