From: Bruno Haible Date: Mon, 4 Mar 2024 17:26:43 +0000 (+0100) Subject: doc: Tweak last commit. X-Git-Tag: v1.0~343 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3fb73ba433436572be8b110df82d02b18d4531c;p=thirdparty%2Fgnulib.git doc: Tweak last commit. * doc/gnulib-tool.texi (Style of #include statements): Use @itemize @asis{}. Recommended by Patrice Dumas. --- diff --git a/ChangeLog b/ChangeLog index 026146a691..c22d5ce9ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-03-04 Bruno Haible + + doc: Tweak last commit. + * doc/gnulib-tool.texi (Style of #include statements): Use + @itemize @asis{}. Recommended by Patrice Dumas. + 2024-03-04 Collin Funk doc: Fix build errors. 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 @@ and these flags have no effect after any system header file has been included. 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 @@ This is true for the following POSIX or ISO C standardized header files: @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}