From: Akim Demaille Date: Tue, 17 Jul 2012 13:11:47 +0000 (+0200) Subject: doc: fix Texinfo command X-Git-Tag: v2.6~8 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/e6ae99fe756493288df062299dff09de4f7a8e52 doc: fix Texinfo command * doc/bison.texi: In parens, use @pxref. --- diff --git a/doc/bison.texi b/doc/bison.texi index 15ee270e..6346bf03 100644 --- a/doc/bison.texi +++ b/doc/bison.texi @@ -8498,7 +8498,7 @@ parser. This is compliant with POSIX Yacc. You could use YYDEBUG 1} in the prologue of the grammar file (@pxref{Prologue, , The Prologue}). -If the @code{%define} variable @code{api.prefix} is used (@xref{Multiple +If the @code{%define} variable @code{api.prefix} is used (@pxref{Multiple Parsers, ,Multiple Parsers in the Same Program}), for instance @samp{%define api.prefix x}, then if @code{CDEBUG} is defined, its value controls the tracing feature (enabled iff nonzero); otherwise tracing is enabled iff