diff options
Diffstat (limited to 'share/man/man3/pthread_rwlock_unlock.3')
-rw-r--r-- | share/man/man3/pthread_rwlock_unlock.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man3/pthread_rwlock_unlock.3 b/share/man/man3/pthread_rwlock_unlock.3 index ebc8ba3..91ba9f0 100644 --- a/share/man/man3/pthread_rwlock_unlock.3 +++ b/share/man/man3/pthread_rwlock_unlock.3 @@ -50,7 +50,8 @@ or .Sh RETURN VALUES If successful, the .Fn pthread_rwlock_unlock -function will return zero. Otherwise an error number will be returned +function will return zero. +Otherwise an error number will be returned to indicate the error. .Pp The results are undefined if |