From 867c91879824529900558ce29b6938727b19ab91 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 12 Sep 2017 15:49:48 +0200 Subject: [PATCH] pthreads.7: SEE ALSO: add pthread_mutexattr_destroy(3) and pthread_mutexattr_init(3) Signed-off-by: Michael Kerrisk --- man7/pthreads.7 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man7/pthreads.7 b/man7/pthreads.7 index 182536086..9cf5e682d 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -925,6 +925,8 @@ Various Pthreads manual pages, for example: .BR pthread_kill (3), .BR pthread_mutex_lock (3), .BR pthread_mutex_unlock (3), +.BR pthread_mutexattr_destroy (3), +.BR pthread_mutexattr_init (3), .BR pthread_once (3), .BR pthread_rwlockattr_setkind_np (3), .BR pthread_setcancelstate (3),