pthread_mutex_consistent.3: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-09-13 16:38:11 +02:00
parent cf5744eb46
commit a126d04055
1 changed files with 3 additions and 2 deletions

View File

@ -60,7 +60,8 @@ from a call to
On success,
.IR pthread_mutex_consistent()
returns 0.
Otherwise, an error value is returned to indicate the error.
Otherwise,
it returns a positive error number to indicate the cause of the error.
.SH ERRORS
.TP
.B EINVAL
@ -74,7 +75,7 @@ POSIX.1-2008.
.BR pthread_mutex_consistent ()
simply informs the implementation that the state (shared data)
guarded by the mutex has been restored to a consistent state and that
normal operations can be performed with the mutex.
normal operations can now be performed with the mutex.
It is the application's responsibility to ensure that the
shared data has been restored to a consistent state before calling
.BR pthread_mutex_consistent ().