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:
@@ -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>
|
2007-03-31 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
Change generated code after the meaning of __inline is changed in
|
Change generated code after the meaning of __inline is changed in
|
||||||
|
|||||||
@@ -7,9 +7,9 @@
|
|||||||
|
|
||||||
@c some day we should @include version.texi instead of defining
|
@c some day we should @include version.texi instead of defining
|
||||||
@c these values at hand.
|
@c these values at hand.
|
||||||
@set UPDATED 22 January 2006
|
@set UPDATED 31 March 2007
|
||||||
@set EDITION 3.0.2
|
@set EDITION 3.0.3
|
||||||
@set VERSION 3.0.2
|
@set VERSION 3.0.3
|
||||||
@c ---------------------
|
@c ---------------------
|
||||||
|
|
||||||
@c remove the black boxes generated in the GPL appendix.
|
@c remove the black boxes generated in the GPL appendix.
|
||||||
@@ -66,7 +66,7 @@ Software Foundation instead of in the original English.
|
|||||||
|
|
||||||
@page
|
@page
|
||||||
@vskip 0pt plus 1filll
|
@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
|
Permission is granted to make and distribute verbatim copies of
|
||||||
@@ -767,7 +767,7 @@ functions
|
|||||||
@cindex hash table
|
@cindex hash table
|
||||||
|
|
||||||
Several options control how the generated C code appears on the standard
|
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
|
@code{in_word_set}, although you may modify their names with a command-line
|
||||||
option. Both functions require two arguments, a string, @code{char *}
|
option. Both functions require two arguments, a string, @code{char *}
|
||||||
@var{str}, and a length parameter, @code{int} @var{len}. Their default
|
@var{str}, and a length parameter, @code{int} @var{len}. Their default
|
||||||
|
|||||||
Reference in New Issue
Block a user