[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.4 and 1.5

version 1.4, 1998/10/30 00:24:45 version 1.5, 1999/07/03 02:11:09
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 o Ar output_file
 .Op Fl p Ar symbol_prefix  .Op Fl p Ar symbol_prefix
 .Ar filename  .Ar filename
 .Sh DESCRIPTION  .Sh DESCRIPTION
Line 94 
Line 95 
 .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 o Ar output_file
   The
   .Fl o
   option specifies an explicit
 .It Fl p Ar symbol_prefix  .It Fl p Ar symbol_prefix
 The  The
 .Fl p  .Fl p
Line 124 
Line 129 
 option causes a human-readable description of the generated parser to  option causes a human-readable description of the generated parser to
 be written to the file  be written to the file
 .Pa y.output .  .Pa y.output .
 .Pp  
 .Sh ENVIRONMENT  .Sh ENVIRONMENT
 The following environment variable is referenced by  The following environment variable is referenced by
 .Nm yacc :  .Nm yacc :

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5