mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 21:19:24 +00:00
doc: fix invalid use of @itemx
make[1]: Entering directory `/home/eblake/gperf/doc' cd . && LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --no-split gperf.texi gperf.texi:1193: @itemx must follow @item gperf.texi:1210: @itemx must follow @item * doc/gperf.texi (Output Details): Use correct macro. Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2014-10-15 Eric Blake <eblake@redhat.com>
|
||||||
|
|
||||||
|
doc: fix invalid use of @itemx
|
||||||
|
* doc/gperf.texi (Output Details): Use correct macro.
|
||||||
|
|
||||||
2012-07-01 Bruno Haible <bruno@clisp.org>
|
2012-07-01 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
Fix "make clean" with MSVC.
|
Fix "make clean" with MSVC.
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
This file documents the features of the GNU Perfect Hash Function
|
This file documents the features of the GNU Perfect Hash Function
|
||||||
Generator @value{VERSION}.
|
Generator @value{VERSION}.
|
||||||
|
|
||||||
Copyright @copyright{} 1989-2011 Free Software Foundation, Inc.
|
Copyright @copyright{} 1989-2011, 2014 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Permission is granted to make and distribute verbatim copies of this
|
Permission is granted to make and distribute verbatim copies of this
|
||||||
manual provided the copyright notice and this permission notice are
|
manual provided the copyright notice and this permission notice are
|
||||||
@@ -1190,7 +1190,7 @@ This reduces the startup time of programs using a shared library containing
|
|||||||
the generated code (but not as much as option @samp{-P}), at the expense
|
the generated code (but not as much as option @samp{-P}), at the expense
|
||||||
of one more test-and-branch instruction at run time.
|
of one more test-and-branch instruction at run time.
|
||||||
|
|
||||||
@itemx --constants-prefix=@var{prefix}
|
@item --constants-prefix=@var{prefix}
|
||||||
@cindex Constants prefix
|
@cindex Constants prefix
|
||||||
Allows you to specify a prefix for the constants @code{TOTAL_KEYWORDS},
|
Allows you to specify a prefix for the constants @code{TOTAL_KEYWORDS},
|
||||||
@code{MIN_WORD_LENGTH}, @code{MAX_WORD_LENGTH}, and so on. This option
|
@code{MIN_WORD_LENGTH}, @code{MAX_WORD_LENGTH}, and so on. This option
|
||||||
@@ -1207,7 +1207,7 @@ hash table. Default name is @samp{wordlist}. This option permits the
|
|||||||
use of two hash tables in the same file, even when the option @samp{-G}
|
use of two hash tables in the same file, even when the option @samp{-G}
|
||||||
(or, equivalently, the @samp{%global-table} declaration) is given.
|
(or, equivalently, the @samp{%global-table} declaration) is given.
|
||||||
|
|
||||||
@itemx --length-table-name=@var{length-table-array-name}
|
@item --length-table-name=@var{length-table-array-name}
|
||||||
@cindex Array name
|
@cindex Array name
|
||||||
Allows you to specify the name for the generated array containing the
|
Allows you to specify the name for the generated array containing the
|
||||||
length table. Default name is @samp{lengthtable}. This option permits the
|
length table. Default name is @samp{lengthtable}. This option permits the
|
||||||
|
|||||||
Reference in New Issue
Block a user