From fc22b3d6507c6745911b9dfcc68f1e665ae13dbc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:43:11 +0200 Subject: Adding upstream version 4.22.0. Signed-off-by: Daniel Baumann --- upstream/opensuse-leap-15-6/man1/yacc.1 | 41 +++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 upstream/opensuse-leap-15-6/man1/yacc.1 (limited to 'upstream/opensuse-leap-15-6/man1/yacc.1') diff --git a/upstream/opensuse-leap-15-6/man1/yacc.1 b/upstream/opensuse-leap-15-6/man1/yacc.1 new file mode 100644 index 00000000..c7aecdfc --- /dev/null +++ b/upstream/opensuse-leap-15-6/man1/yacc.1 @@ -0,0 +1,41 @@ +.TH YACC "1" "November 2007" "GNU Bison 3.0.4" "User Commands" +.SH NAME +yacc \- GNU Project parser generator +.SH SYNOPSIS +.B yacc +[\fIOPTION\fR]... \fIFILE\fR +.SH DESCRIPTION +.I Yacc +(Yet Another Compiler Compiler) is a parser generator. This +version is a simple wrapper around +.IR bison (1). +It passes option +\fB\-y\fR, \fB\-\-yacc\fR +to activate the upward compatibility mode. See +.IR bison (1) +for more information. +.SH AUTHOR +Written by Paul Eggert. +.SH "REPORTING BUGS" +Report bugs to . +.SH COPYRIGHT +Copyright \(co 2015 Free Software Foundation, Inc. +.br +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +.SH "SEE ALSO" +.BR lex (1), +.BR flex (1), +.BR bison (1). +.PP +The full documentation for +.B bison +is maintained as a Texinfo manual. If the +.B info +and +.B bison +programs are properly installed at your site, the command +.IP +.B info bison +.PP +should give you access to the complete manual. -- cgit v1.2.3