1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Fix a doc typo.

This commit is contained in:
Bruno Haible
2007-03-31 15:20:44 +00:00
parent 0e4abdfd81
commit 78928dce8a
2 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
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

View File

@@ -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