From: Alejandro Colomar Date: Sat, 17 May 2025 17:26:44 +0000 (+0200) Subject: man/man2/socket.2: VERSIONS: POSIX.1-2024 specifies SOCK_CLOFORK, but Linux doesn... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b64b722b464c0c77ca96c8cdaef8d4ea1aed21d;p=thirdparty%2Fman-pages.git man/man2/socket.2: VERSIONS: POSIX.1-2024 specifies SOCK_CLOFORK, but Linux doesn't support it Fixes: 265b9898dfe2 (2025-05-09; "man/man2/: VERSIONS: POSIX.1-2024 specifies *_CLOFORK, but Linux doesn't support it") Link: Cc: Mateusz Guzik Cc: Jeff Layton Cc: Chuck Lever Cc: Signed-off-by: Alejandro Colomar --- diff --git a/man/man2/socket.2 b/man/man2/socket.2 index 01b125fa0..d80508248 100644 --- a/man/man2/socket.2 +++ b/man/man2/socket.2 @@ -419,6 +419,10 @@ The protocol type or the specified protocol is not supported within this domain. .P Other errors may be generated by the underlying protocol modules. +.SH VERSIONS +POSIX.1-2024 specifies +.BR SOCK_CLOFORK , +but Linux doesn't support it. .SH STANDARDS POSIX.1-2008. .P