From 70005e9ab4ccddc2954411cd2699456ca70b8d0a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 24 Apr 2017 21:10:28 +0200 Subject: [PATCH] pthreads.7: SEE ALSO: add pthread_rwlockattr_setkind_np(3) Signed-off-by: Michael Kerrisk --- man7/pthreads.7 | 1 + 1 file changed, 1 insertion(+) diff --git a/man7/pthreads.7 b/man7/pthreads.7 index 11c107571..c509cfe52 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -926,6 +926,7 @@ Various Pthreads manual pages, for example: .BR pthread_mutex_lock (3), .BR pthread_mutex_unlock (3), .BR pthread_once (3), +.BR pthread_rwlockattr_setkind_np (3), .BR pthread_setcancelstate (3), .BR pthread_setcanceltype (3), .BR pthread_setspecific (3),