I wrote: > I've filed a texinfo bug about it now: > https://lists.gnu.org/archive/html/bug-texinfo/2024-03/msg00001.html
The texinfo developers recommend to use @itemize @asis{} This workaround is more straightforward than @itemize @w{}. 2024-03-04 Bruno Haible <br...@clisp.org> doc: Tweak last commit. * doc/gnulib-tool.texi (Style of #include statements): Use @itemize @asis{}. Recommended by Patrice Dumas. diff --git a/doc/gnulib-tool.texi b/doc/gnulib-tool.texi index e006a6d35f..0eb3b247e2 100644 --- a/doc/gnulib-tool.texi +++ b/doc/gnulib-tool.texi @@ -469,7 +469,7 @@ When including including specific header files, you need to use the @samp{#include <...>} syntax, not the @samp{#include "..."} syntax. This is true for the following POSIX or ISO C standardized header files: -@itemize @w{} +@itemize @asis{} @item @code{arpa/inet.h} @item @code{assert.h} @item @code{ctype.h} @@ -529,7 +529,7 @@ @noindent as well as for the following header files that exist in the GNU C library but are not standardized: -@itemize @w{} +@itemize @asis{} @item @code{alloca.h} @item @code{error.h} @item @code{getopt.h}