summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2009-08-19 14:51:50 +0200
committerAkim Demaille <demaille@gostai.com>2009-08-19 14:52:49 +0200
commitc33bc80009e05faf2b1e3b19cbbb46f0e253045e (patch)
tree2a2139a8cdf01fcd58c15945c452b858a8b9c2c3
parent8fbbeba2a4537cdbb2481f1fc69295ec2ad278d6 (diff)
downloadbison-c33bc80009e05faf2b1e3b19cbbb46f0e253045e.tar.gz
doc: fixes.
* doc/bison.texinfo: Fix minor Texinfo errors. (cherry picked from commit 17aed602c6780058fe591e871c97f19d6a14d57a)
-rw-r--r--ChangeLog5
-rw-r--r--doc/bison.texinfo4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e74d9af..c7eb1043 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-08-19 Akim Demaille <demaille@gostai.com>
+ doc: fixes.
+ * doc/bison.texinfo: Fix minor Texinfo errors.
+
+2009-08-19 Akim Demaille <demaille@gostai.com>
+
doc: %initial-action to initialize yylloc.
Reported by Bill Allombert.
* doc/bison.texinfo: Set fill-column to 76.
diff --git a/doc/bison.texinfo b/doc/bison.texinfo
index f7999301..a4474df7 100644
--- a/doc/bison.texinfo
+++ b/doc/bison.texinfo
@@ -4841,7 +4841,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{""}.
@@ -7986,7 +7986,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