]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pthread_cond_init.3: tfix
authorAlejandro Colomar <alx@kernel.org>
Wed, 13 Nov 2024 11:10:04 +0000 (12:10 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 13 Nov 2024 11:10:04 +0000 (12:10 +0100)
Reported-by: Antti Antinoja <antti@c1.fi>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/pthread_cond_init.3

index 42e7eacd125e75433f3ec8f96c89e0be64907887..658f390f60ecd3428c54f0c153ca3113d9212422 100644 (file)
@@ -80,7 +80,7 @@ The \fImutex\fP must be locked by the calling thread
 on entrance to \fBpthread_cond_wait\fP.
 Before returning to the calling thread,
 \fBpthread_cond_wait\fP re-acquires \fImutex\fP
-(as per \fBpthread_lock_mutex\fP).
+(as per \fBpthread_mutex_lock\fP).
 .P
 Unlocking the mutex and suspending on the condition variable is done atomically.
 Thus,