]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Remove HTML code tags from Texinfo files.
authorCollin Funk <collin.funk1@gmail.com>
Sat, 27 Jul 2024 21:15:33 +0000 (14:15 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Sat, 27 Jul 2024 21:15:33 +0000 (14:15 -0700)
* doc/posix-functions/alarm.texi (alarm): Use @code{} instead of
<code></code>.
* doc/posix-headers/sys_un.texi (sys/un.h): Likewise.

ChangeLog
doc/posix-functions/alarm.texi
doc/posix-headers/sys_un.texi

index 27985101ae7f456a033c249f35dcbed3230ee380..2b0b7425bcabd010f68c6c91219f48eeb9592381 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2024-07-27  Collin Funk  <collin.funk1@gmail.com>
 
+       doc: Remove HTML code tags from Texinfo files.
+       * doc/posix-functions/alarm.texi (alarm): Use @code{} instead of
+       <code></code>.
+       * 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.
index 2f475971efec4cc877a1fde6ce6e99fdc204f3e1..39de5f25a96a60c5c6bfe35cfa7f423102df9bd1 100644 (file)
@@ -13,8 +13,8 @@ Portability problems fixed by Gnulib:
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-This function has no impact if <code>SIGALRM</code> is inherited as
-ignored; programs should use <code>signal (SIGALRM, SIG_DFL)</code> 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.
index 61affda2c61c51aa264ba76347a0ecd004e3d9e6..79d4a384335c22825a617a91b77752c659031258 100644 (file)
@@ -18,7 +18,7 @@ mingw, MSVC 14.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-This header requires <code>sys/socket.h</code> 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