summaryrefslogtreecommitdiffstats
path: root/man/man3/pthread_mutexattr_setkind_np.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man/man3/pthread_mutexattr_setkind_np.3 (renamed from man3/pthread_mutexattr_setkind_np.3)9
1 files changed, 6 insertions, 3 deletions
diff --git a/man3/pthread_mutexattr_setkind_np.3 b/man/man3/pthread_mutexattr_setkind_np.3
index ca6a64e..4480d88 100644
--- a/man3/pthread_mutexattr_setkind_np.3
+++ b/man/man3/pthread_mutexattr_setkind_np.3
@@ -3,7 +3,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH pthread_mutexattr_setkind_np 3 2023-10-31 "Linux man-pages 6.7"
+.TH pthread_mutexattr_setkind_np 3 2024-05-19 "Linux man-pages (unreleased)"
.
.
.SH NAME
@@ -14,10 +14,13 @@ deprecated mutex creation attributes
.
.
.SH SYNOPSIS
+.nf
.B #include <pthread.h>
.P
-.BI "int pthread_mutexattr_setkind_np(pthread_mutexattr_t *" attr ", int " kind ");"
-.BI "int pthread_mutexattr_getkind_np(const pthread_mutexattr_t *" attr ", int *" kind ");"
+.BI "int pthread_mutexattr_setkind_np(pthread_mutexattr_t *" attr ", int " kind );
+.BI "int pthread_mutexattr_getkind_np(const pthread_mutexattr_t *" attr ,
+.BI " int *" kind );
+.fi
.
.
.SH DESCRIPTION