]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man3/pthread_mutexattr_getpshared.3: ffix
authorAlejandro Colomar <alx@kernel.org>
Sun, 24 Aug 2025 16:14:14 +0000 (18:14 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sun, 24 Aug 2025 20:21:13 +0000 (22:21 +0200)
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/pthread_mutexattr_getpshared.3

index 2f0f03dc977deb39c0b32e1ea4474037f80bc4ad..8c7c8983d716449e73f049d739a3c53c4e878bec 100644 (file)
@@ -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