]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Tweak last commit.
authorBruno Haible <bruno@clisp.org>
Mon, 4 Mar 2024 17:26:43 +0000 (18:26 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 4 Mar 2024 17:26:43 +0000 (18:26 +0100)
* doc/gnulib-tool.texi (Style of #include statements): Use
@itemize @asis{}. Recommended by Patrice Dumas.

ChangeLog
doc/gnulib-tool.texi

index 026146a691f683916e78ca6ff30d69cb38dae01c..c22d5ce9ff26cf50834a244611862b024c6d3dfe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index e006a6d35fd07e7aabd6c76b3ef156c40b3d35c8..0eb3b247e25bd809805ef7106116414e25ae7fd1 100644 (file)
@@ -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}