get_robust_list.2: SEE ALSO: add pthread_mutexattr_setrobust(3)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-09-13 12:51:40 +02:00
parent ee7c8e26e9
commit ad5722b3e2
1 changed files with 2 additions and 2 deletions

View File

@ -131,8 +131,8 @@ A thread can have only one robust futex list;
therefore applications that wish
to use this functionality should use the robust mutexes provided by glibc.
.SH SEE ALSO
.BR futex (2)
.\" .BR pthread_mutexattr_setrobust_np (3)
.BR futex (2),
.BR pthread_mutexattr_setrobust (3)
.PP
.IR Documentation/robust-futexes.txt
and