From: Collin Funk Date: Sat, 27 Jul 2024 21:15:33 +0000 (-0700) Subject: doc: Remove HTML code tags from Texinfo files. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=1f7685e9950985569cdd0c6a734c847f29929e3f;p=gnulib.git doc: Remove HTML code tags from Texinfo files. * doc/posix-functions/alarm.texi (alarm): Use @code{} instead of . * doc/posix-headers/sys_un.texi (sys/un.h): Likewise. --- diff --git a/ChangeLog b/ChangeLog index 27985101ae..2b0b7425bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2024-07-27 Collin Funk + doc: Remove HTML code tags from Texinfo files. + * doc/posix-functions/alarm.texi (alarm): Use @code{} instead of + . + * doc/posix-headers/sys_un.texi (sys/un.h): Likewise. + maintainer-makefile: Fix yesterdays #include <...> change. * top/maint.mk (gl_prefer_angle_bracket_headers_): Remove files that don't include #include_next. Sort using the C locale. diff --git a/doc/posix-functions/alarm.texi b/doc/posix-functions/alarm.texi index 2f475971ef..39de5f25a9 100644 --- a/doc/posix-functions/alarm.texi +++ b/doc/posix-functions/alarm.texi @@ -13,8 +13,8 @@ Portability problems fixed by Gnulib: Portability problems not fixed by Gnulib: @itemize @item -This function has no impact if SIGALRM is inherited as -ignored; programs should use signal (SIGALRM, SIG_DFL) if +This function has no impact if @code{SIGALRM} is inherited as +ignored; programs should use @code{signal (SIGALRM, SIG_DFL)} if it is important to ensure the alarm will fire. @item Use of this function in multi-threaded applications is not advised. diff --git a/doc/posix-headers/sys_un.texi b/doc/posix-headers/sys_un.texi index 61affda2c6..79d4a38433 100644 --- a/doc/posix-headers/sys_un.texi +++ b/doc/posix-headers/sys_un.texi @@ -18,7 +18,7 @@ mingw, MSVC 14. Portability problems not fixed by Gnulib: @itemize @item -This header requires sys/socket.h to be included first on +This header requires @code{sys/socket.h} to be included first on some platforms: Cygwin 1.7.18. @end itemize