]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pthread_mutexattr_setrobust.3: tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 11 Sep 2017 14:43:00 +0000 (16:43 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 13 Sep 2017 13:45:09 +0000 (15:45 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/pthread_mutexattr_setrobust.3

index c76b81854cc63ca4ef7ba69824dc286b832de348..dfcd0fb559246c93dc53d13abae577938d98bb18 100644 (file)
@@ -127,7 +127,7 @@ On success, zero is returned by
 and the value pointed to by the
 .IR robustness
 parameter is set to the robustness attribute of
-.IR attr.
+.IR attr .
 Otherwise, an error number shall be returned.
 On success,
 .BR pthread_mutexattr_setrobust()
@@ -149,7 +149,7 @@ was passed to
 .BR pthread_mutexattr_setrobust ().
 .SH EXAMPLE
 .PP
-The program demonstrate a simple use of the robustness attribute of a
+The program demonstrates a simple use of the robustness attribute of a
 pthread mutex attribute object.
 In this program, a thread holding the mutex
 dies prematurely without unlocking the mutex.