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.