summaryrefslogtreecommitdiffstats
path: root/man3/pthread_mutexattr_init.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_mutexattr_init.3')
-rw-r--r--man3/pthread_mutexattr_init.36
1 files changed, 4 insertions, 2 deletions
diff --git a/man3/pthread_mutexattr_init.3 b/man3/pthread_mutexattr_init.3
index 2ccd65e98..55d2530cd 100644
--- a/man3/pthread_mutexattr_init.3
+++ b/man3/pthread_mutexattr_init.3
@@ -2,7 +2,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH pthread_mutexattr_init 3 2022-10-30 "Linux man-pages 6.03"
+.TH pthread_mutexattr_init 3 2023-03-30 "Linux man-pages 6.05.01"
.SH NAME
pthread_mutexattr_init, pthread_mutexattr_destroy \- initialize and
destroy a mutex attributes object
@@ -38,7 +38,9 @@ object are undefined.
On success, these functions return 0.
On error, they return a positive error number.
.SH STANDARDS
-POSIX.1-2001, POSIX.1-2008.
+POSIX.1-2008.
+.SH HISTORY
+POSIX.1-2001.
.SH NOTES
Subsequent changes to a mutex attributes object do not affect mutex that
have already been initialized using that object.