From 765225e08b83991e4b7ba4ac22fbcd0f46d1b362 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 24 Aug 2025 18:14:14 +0200 Subject: [PATCH] man/man3/pthread_mutexattr_getpshared.3: ffix Reported-by: Helge Kreutzmann Signed-off-by: Alejandro Colomar --- man/man3/pthread_mutexattr_getpshared.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/man3/pthread_mutexattr_getpshared.3 b/man/man3/pthread_mutexattr_getpshared.3 index 2f0f03dc9..8c7c8983d 100644 --- a/man/man3/pthread_mutexattr_getpshared.3 +++ b/man/man3/pthread_mutexattr_getpshared.3 @@ -68,7 +68,8 @@ The value specified in is invalid. .TP .B ENOTSUP -.I pshared is +.I pshared +is .B PTHREAD_PROCESS_SHARED but the implementation does not support process-shared mutexes. .SH STANDARDS -- 2.47.3