* doc/gnulib-tool.texi (Style of #include statements): Use
@itemize @asis{}. Recommended by Patrice Dumas.
+2024-03-04 Bruno Haible <bruno@clisp.org>
+
+ doc: Tweak last commit.
+ * doc/gnulib-tool.texi (Style of #include statements): Use
+ @itemize @asis{}. Recommended by Patrice Dumas.
+
2024-03-04 Collin Funk <collin.funk1@gmail.com>
doc: Fix build errors.
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}
@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}