From: Akim Demaille Date: Wed, 19 Aug 2009 12:51:50 +0000 (+0200) Subject: doc: fixes. X-Git-Tag: v2.7.90~808 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/17aed602c6780058fe591e871c97f19d6a14d57a?hp=9142239a59453e38da3a7e7d98b8e345874d9862 doc: fixes. * doc/bison.texinfo: Fix minor Texinfo errors. --- diff --git a/ChangeLog b/ChangeLog index e3defd81..c0d3607e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-08-19 Akim Demaille + + doc: fixes. + * doc/bison.texinfo: Fix minor Texinfo errors. + 2009-08-19 Akim Demaille tests: distcc compliance. diff --git a/doc/bison.texinfo b/doc/bison.texinfo index 18d40861..ccff9d51 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -4849,7 +4849,7 @@ the selected target language and/or the parser skeleton (@pxref{Decl Summary,,%language}, @pxref{Decl Summary,,%skeleton}). It is an error if a @var{variable} is defined by @code{%define} multiple -times, but @ref{Bison Options,,-D @var{name}[=@var{value}]}. +times, but see @ref{Bison Options,,-D @var{name}[=@var{value}]}. Omitting @code{"@var{value}"} is always equivalent to specifying it as @code{""}. @@ -8169,7 +8169,7 @@ already defined, so that the debugging facilities are compiled. @item -D @var{name}[=@var{value}] @itemx --define=@var{name}[=@var{value}] -@item -F @var{name}[=@var{value}] +@itemx -F @var{name}[=@var{value}] @itemx --force-define=@var{name}[=@var{value}] Each of these is equivalent to @samp{%define @var{name} "@var{value}"} (@pxref{Decl Summary, ,%define}) except that Bison processes multiple