]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Fix syntax errors (regression yesterday).
authorBruno Haible <bruno@clisp.org>
Fri, 10 Jan 2025 11:41:35 +0000 (12:41 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 10 Jan 2025 11:41:35 +0000 (12:41 +0100)
* doc/posix-headers/sys_socket.texi: Fix syntax errors.

ChangeLog
doc/posix-headers/sys_socket.texi

index 4cbbe52e8d510bc10308c03213200f8f0ebbc25b..e08bd02293016f186807e7ba1ba2d43fe81397eb 100644 (file)
--- 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
index 9217a27c8d1f1b09cbe710a957236f2eb88add20..944f752183eb5f990510863000bf457471bb4074 100644 (file)
@@ -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