From 3b64b722b464c0c77ca96c8cdaef8d4ea1aed21d Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sat, 17 May 2025 19:26:44 +0200 Subject: [PATCH] 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 --- man/man2/socket.2 | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.47.2