bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] doc: Fix build errors.


From: Bruno Haible
Subject: Re: [PATCH] doc: Fix build errors.
Date: Mon, 04 Mar 2024 18:29:46 +0100

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  <bruno@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}






reply via email to

[Prev in Thread] Current Thread [Next in Thread]