From e0074751c9336d76e50fe4f6f5ac7e0a8011b085 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 28 Jul 2015 08:38:43 +0200 Subject: [PATCH] futex.2: SEE ALSO: add pthread_mutexattr_getprotocol(3) Reported-by: Davidlohr Bueso Signed-off-by: Michael Kerrisk --- man2/futex.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/futex.2 b/man2/futex.2 index eae9731f4..f0184e0d5 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -1717,6 +1717,7 @@ main(int argc, char *argv[]) .ad l .BR get_robust_list (2), .BR restart_syscall (2), +.BR pthread_mutexattr_getprotocol (3), .BR futex (7) .PP The following kernel source files: