pthread_rwlockattr_setkind_np.3: tfix

Reported-by: G. Branden Robinson <g.branden.robinson@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-11-17 07:41:18 +01:00
parent 0d255e74c0
commit da3ed81b42
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ read locks thus avoiding deadlocks.
.\" the pthread_rwlock_unlock() function n times).
.\"
.\" By making write-priority work correctly, I broke the above requirement,
.\" because. I had no clue that recursive read locks are permissible.
.\" because I had no clue that recursive read locks are permissible.
.\"
.\" If a thread which holds a read lock tries to acquire another read lock,
.\" and now one or more writers is waiting for a write lock, then the algorithm