summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-31 15:20:44 +0000
committerBruno Haible <bruno@clisp.org>2007-03-31 15:20:44 +0000
commit78928dce8a0a6bcc8f3badb8696cf1bff05d8513 (patch)
treef8d2abca1bcfb305dc6f4f2e37a28ad6a0e466f8
parent0e4abdfd81e11c2bb8793a4f8d7c7636b948bad9 (diff)
downloadgperf-78928dce8a0a6bcc8f3badb8696cf1bff05d8513.tar.gz
Fix a doc typo.
-rw-r--r--ChangeLog4
-rw-r--r--doc/gperf.texi10
2 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b4ebeb..44616a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-03-31 Bruno Haible <bruno@clisp.org>
+ * doc/gperf.texi: Fix typo.
+
+2007-03-31 Bruno Haible <bruno@clisp.org>
+
Change generated code after the meaning of __inline is changed in
GCC 4.3.
* src/output.cc (Output::output_lookup_function): Emit an inline
diff --git a/doc/gperf.texi b/doc/gperf.texi
index c286800..e23f7b5 100644
--- a/doc/gperf.texi
+++ b/doc/gperf.texi
@@ -7,9 +7,9 @@
@c some day we should @include version.texi instead of defining
@c these values at hand.
-@set UPDATED 22 January 2006
-@set EDITION 3.0.2
-@set VERSION 3.0.2
+@set UPDATED 31 March 2007
+@set EDITION 3.0.3
+@set VERSION 3.0.3
@c ---------------------
@c remove the black boxes generated in the GPL appendix.
@@ -66,7 +66,7 @@ Software Foundation instead of in the original English.
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1989-2004 Free Software Foundation, Inc.
+Copyright @copyright{} 1989-2007 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
@@ -767,7 +767,7 @@ functions
@cindex hash table
Several options control how the generated C code appears on the standard
-output. Two C function are generated. They are called @code{hash} and
+output. Two C functions are generated. They are called @code{hash} and
@code{in_word_set}, although you may modify their names with a command-line
option. Both functions require two arguments, a string, @code{char *}
@var{str}, and a length parameter, @code{int} @var{len}. Their default