From a25748e6494f05d0a5fe44eb270a78806ea84a23 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 6 Jan 2018 23:20:46 +0100 Subject: [PATCH] pthread_mutexattr_setrobust.3: wfix Signed-off-by: Michael Kerrisk --- man3/pthread_mutexattr_setrobust.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/pthread_mutexattr_setrobust.3 b/man3/pthread_mutexattr_setrobust.3 index e5c806f5b..47d9c6686 100644 --- a/man3/pthread_mutexattr_setrobust.3 +++ b/man3/pthread_mutexattr_setrobust.3 @@ -187,7 +187,7 @@ These GNU-specific APIs, which first appeared in glibc 2.4, are nowadays obsolete and should not be used in new programs. .SH EXAMPLE .PP -The program demonstrates the use of the robustness attribute of a +The program below demonstrates the use of the robustness attribute of a mutex attributes object. In this program, a thread holding the mutex dies prematurely without unlocking the mutex.