bug-gperf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gperf] [PATCH] doc: fix invalid use of @itemx


From: Eric Blake
Subject: [bug-gperf] [PATCH] doc: fix invalid use of @itemx
Date: Wed, 15 Oct 2014 12:48:57 -0600

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

I don't have copyright assignment on file for this project (yet),
but can do so if needed.  Meanwhile, this patch should be trivial.

'gperf --version' reports 'bug-gnu-gperf@' as the mailing list, but
I found the archives at https://lists.gnu.org/archive/html/bug-gperf/
(no 'gnu-' in the name).  Is one an alias to the other, or do we also
need to write patches for that?

 ChangeLog      | 5 +++++
 doc/gperf.texi | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3d219ad..12600c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-10-15  Eric Blake  <address@hidden>
+
+       doc: fix invalid use of @itemx
+       * doc/gperf.texi (Output Details): Use correct macro.
+
 2012-07-01  Bruno Haible  <address@hidden>

        Fix "make clean" with MSVC.
diff --git a/doc/gperf.texi b/doc/gperf.texi
index 51282e9..9c0fd7d 100644
--- a/doc/gperf.texi
+++ b/doc/gperf.texi
@@ -40,7 +40,7 @@
 This file documents the features of the GNU Perfect Hash Function
 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
 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
 of one more test-and-branch instruction at run time.

address@hidden address@hidden
address@hidden address@hidden
 @cindex Constants prefix
 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
@@ -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}
 (or, equivalently, the @samp{%global-table} declaration) is given.

address@hidden address@hidden
address@hidden address@hidden
 @cindex Array name
 Allows you to specify the name for the generated array containing the
 length table.  Default name is @samp{lengthtable}.  This option permits the
-- 
1.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]