diff options
author | Steve Price <steve@FreeBSD.org> | 1997-01-12 04:04:52 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1997-01-12 04:04:52 +0000 |
commit | 2b6dfbee74891c864b96c37653071cbe44b25b84 (patch) | |
tree | 4a61c1e92e0ee6b331885f60d29b197969feea00 /usr.bin/yacc/yacc.1 | |
parent | c3e3432cd3c90265d688d00619df3093b2ef141a (diff) | |
download | src-2b6dfbee74891c864b96c37653071cbe44b25b84.tar.gz src-2b6dfbee74891c864b96c37653071cbe44b25b84.zip |
Revert the '-o output_file_name' option changes.
Notes
Notes:
svn path=/head/; revision=21583
Diffstat (limited to 'usr.bin/yacc/yacc.1')
-rw-r--r-- | usr.bin/yacc/yacc.1 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1 index 3175a22cd35c..787dc0043fe0 100644 --- a/usr.bin/yacc/yacc.1 +++ b/usr.bin/yacc/yacc.1 @@ -86,16 +86,6 @@ 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_file_name\fR -The -.B -o -option causes -.I yacc -to write the generated code to -.IR output_file_name -instead of the default file, -.IR y.tab.c . -.TP \fB-p \fIsymbol_prefix\fR The .B -p |