Add back the description of the -o option.

Threatened PR by: Tim Vanderhoek :)
This commit is contained in:
Steve Price 1997-05-14 02:33:08 +00:00
parent 2c771b8c5f
commit 6e5f0e40e6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25805

View File

@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)yacc.1 5.8 (Berkeley) 5/24/93
.\" $Id$
.\" $Id: yacc.1,v 1.6 1997/02/22 19:58:04 peter Exp $
.\"
.TH YACC 1 "May 24, 1993"
.UC 6
@ -42,6 +42,8 @@ yacc \- an LALR(1) parser generator
.SH SYNOPSIS
.B yacc [ -dlrtv ] [ -b
.I file_prefix
.B ] [ -o
.I output_filename
.B ] [ -p
.I symbol_prefix
.B ]
@ -87,6 +89,16 @@ If the \fB-l\fR option is specified,
will not insert the #line directives.
Any #line directives specified by the user will be retained.
.TP
\fB-o \fIoutput_filename\fR
The
.B -o
option causes
.I yacc
to write the generated code to
.IR output_filename
instead of the default file,
.IR y.tab.c .
.TP
\fB-p \fIsymbol_prefix\fR
The
.B -p