]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Fix build errors.
authorCollin Funk <collin.funk1@gmail.com>
Mon, 4 Mar 2024 13:09:51 +0000 (05:09 -0800)
committerBruno Haible <bruno@clisp.org>
Mon, 4 Mar 2024 15:00:46 +0000 (16:00 +0100)
* doc/gnulib-tool.texi (Style of #include statements): Use @itemize w{}
instead of the incorrect @itemize @asis.

ChangeLog
doc/gnulib-tool.texi

index 11ac619206109029a2d0a1f6e58397237a798541..026146a691f683916e78ca6ff30d69cb38dae01c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-03-04  Collin Funk  <collin.funk1@gmail.com>
+
+       doc: Fix build errors.
+       * doc/gnulib-tool.texi (Style of #include statements): Use @itemize w{}
+       instead of the incorrect @itemize @asis.
+
 2024-03-04  Collin Funk  <collin.funk1@gmail.com>
 
        gnulib-tool.py: Adjust construction of configure.ac path.
index 5626ce9d53c6a8d4bb742b6d047f8320f76afa51..e006a6d35fd07e7aabd6c76b3ef156c40b3d35c8 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 @asis
+@itemize @w{}
 @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 @asis
+@itemize @w{}
 @item @code{alloca.h}
 @item @code{error.h}
 @item @code{getopt.h}