1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +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:
Eric Blake
2014-10-15 12:43:13 -06:00
parent 0003342367
commit 1a05152538
2 changed files with 8 additions and 3 deletions

View File

@@ -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>
Fix "make clean" with MSVC.