From: Bruno Haible <bruno@clisp.org>
Date: Fri, 10 Jan 2025 11:41:35 +0000 (+0100)
Subject: doc: Fix syntax errors (regression yesterday).
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=7abc96639ddfa4b0028a5c4373769be45999cbd8;p=gnulib.git

doc: Fix syntax errors (regression yesterday).

* doc/posix-headers/sys_socket.texi: Fix syntax errors.
---

diff --git a/ChangeLog b/ChangeLog
index 4cbbe52e8d..e08bd02293 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-01-10  Bruno Haible  <bruno@clisp.org>
+
+	doc: Fix syntax errors (regression yesterday).
+	* doc/posix-headers/sys_socket.texi: Fix syntax errors.
+
 2025-01-09  Paul Eggert  <eggert@cs.ucla.edu>
 
 	file-has-acl: port to Linux 6.12 + NFS listxattr
diff --git a/doc/posix-headers/sys_socket.texi b/doc/posix-headers/sys_socket.texi
index 9217a27c8d..944f752183 100644
--- a/doc/posix-headers/sys_socket.texi
+++ b/doc/posix-headers/sys_socket.texi
@@ -45,35 +45,36 @@ platforms.  This can be detected by the absence of the
 @code{CMSG_FIRSTHDR} macro:
 gnulib replacement header, old BSD
 @item
-This header file does not define the macro code{SOCK_NONBLOCK}
+This header file does not define the macro @code{SOCK_NONBLOCK}
 on some platforms:
 macOS 15, AIX 7.3, Solaris 10, mingw, MSVC 14.
 @item
-This header file does not define the macros code{SOCK_CLOEXEC} and
+This header file does not define the macros @code{SOCK_CLOEXEC} and
 @code{MSG_CMSG_CLOEXEC} on some platforms:
 macOS 15, AIX 7.3, Solaris 10, mingw, MSVC 14.
 @item
-This header file does not define the macro code{MSG_CMSG_CLOEXEC}
+This header file does not define the macro @code{MSG_CMSG_CLOEXEC}
 on some platforms:
 Solaris 11 OmniOS.
 @item
-This header file does not define the macro code{SO_DOMAIN} on some platforms:
+This header file does not define the macro @code{SO_DOMAIN} on some platforms:
 macOS 15, NetBSD 10.0, AIX 7.3, Cygwin 3.5, mingw, MSVC 14.
 @item
-This header file does not define the macro code{SO_PROTOCOL} on some platforms:
+This header file does not define the macro @code{SO_PROTOCOL} on some platforms:
 macOS 15, NetBSD 10.0, AIX 7.3, Solaris 11.4, Cygwin 3.5, mingw, MSVC 14.
 @item
-This header file does not define the macro code{MSG_NOSIGNAL} on some platforms:
+This header file does not define the macro @code{MSG_NOSIGNAL}
+on some platforms:
 Solaris 10, mingw, MSVC 14.
 @item
-This header file does not define the macro code{MSG_EOR} on some platforms:
+This header file does not define the macro @code{MSG_EOR} on some platforms:
 mingw, MSVC 14.
 @item
-This header file does not define the macros code{MSG_CTRUNC} and
+This header file does not define the macros @code{MSG_CTRUNC} and
 @code{MSG_TRUNC} on some platforms:
 mingw.
 @item
-This header file does not define the macro code{MSG_WAITALL} on some platforms:
+This header file does not define the macro @code{MSG_WAITALL} on some platforms:
 MSVC 14.
 @item
 This header file does not define the type @code{struct cmsghdr} and