diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-02-27 11:04:19 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-02-27 11:04:19 +0100 |
| commit | a9163c20c68c26ff94f50e3dd24ed10d0840bfb3 (patch) | |
| tree | 696e344f6ec41ca05609775b588b5fca15f0f360 /man3 | |
| parent | 68c63bfd76342f606109b7f32300d67d0ef54ebf (diff) | |
| download | man-pages-a9163c20c68c26ff94f50e3dd24ed10d0840bfb3.tar.gz | |
pthread_mutex_consistent.3: ffix
Reported-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/pthread_mutex_consistent.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pthread_mutex_consistent.3 b/man3/pthread_mutex_consistent.3 index 579a20bd02..92178b7bca 100644 --- a/man3/pthread_mutex_consistent.3 +++ b/man3/pthread_mutex_consistent.3 @@ -58,7 +58,7 @@ from a call to .BR pthread_mutex_lock (). .SH RETURN VALUE On success, -.IR pthread_mutex_consistent() +.IR pthread_mutex_consistent () returns 0. Otherwise, it returns a positive error number to indicate the cause of the error. |
