]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pthread_mutex_consistent.3: wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 12 Sep 2017 13:26:44 +0000 (15:26 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 13 Sep 2017 14:47:31 +0000 (16:47 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/pthread_mutex_consistent.3

index 77f373a7e128a6b2e6f12da0a6c3326a292c308f..43f0f1cd191136ee584c8dbb42ab737cf92ab9f5 100644 (file)
@@ -48,9 +48,9 @@ _POSIX_C_SOURCE >= 200809L
 .RE
 .ad
 .SH DESCRIPTION
-This function makes a robust mutex consistent if it is in a inconsistent
+This function makes a robust mutex consistent if it is in an inconsistent
 state.
-A mutex can be left in a inconsistent state if its owner terminates
+A mutex can be left in an inconsistent state if its owner terminates
 while holding the mutex, in which case the next owner who acquires the
 mutex will succeed and be notified by the return value of
 .BR EOWNERDEAD .
@@ -62,7 +62,7 @@ Otherwise, an error value is returned to indicate the error.
 .SH ERRORS
 .TP
 .B EINVAL
-The mutex is either not robust or it is not in a inconsistent state.
+The mutex is either not robust or is not in an inconsistent state.
 .SH VERSIONS
 .BR pthread_mutex_consistent ()
 was added to glibc in version 2.12.