doc: improve yacc man page fonts

Problem reported by Helge Kreutzmann in:
https://lists.gnu.org/r/bug-bison/2025-12/msg00000.html
* doc/yacc.1.in: Fix fonts.
This commit is contained in:
Paul Eggert
2026-01-18 10:15:46 -08:00
parent dcf16ff191
commit 39c1239ed5

View File

@@ -5,14 +5,15 @@ yacc \- GNU Project parser generator
.B yacc
[\fIOPTION\fR]... \fIFILE\fR
.SH DESCRIPTION
.I Yacc
The program
.B yacc
(Yet Another Compiler Compiler) is a parser generator. This
version is a simple wrapper around
.IR bison (1).
.BR bison (1).
It passes option
\fB\-y\fR, \fB\-\-yacc\fR
to activate the upward compatibility mode. See
.IR bison (1)
.BR bison (1)
for more information.
.SH AUTHOR
Written by Paul Eggert.