pthread_mutexattr_setrobust.3: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-01-06 23:20:46 +01:00
parent 41a64b30fc
commit a25748e649
1 changed files with 1 additions and 1 deletions

View File

@ -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.