* doc/posix-functions/alarm.texi (alarm): Use @code{} instead of
<code></code>.
* doc/posix-headers/sys_un.texi (sys/un.h): Likewise.
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.
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.
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