aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r/man
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-02-01 16:38:02 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-02-01 16:38:02 +0000
commitd0353b836e88609b9400851d32e0aa6645ff9be3 (patch)
treeaa7324a24491215cb462cf95382795f1649d10b6 /lib/libc_r/man
parent1f56a9494c2616ff6794d652f38eff0f7f95bbb9 (diff)
mdoc(7) police: split punctuation characters + misc fixes.
Notes
Notes: svn path=/head/; revision=71895
Diffstat (limited to 'lib/libc_r/man')
-rw-r--r--lib/libc_r/man/pthread_cond_wait.33
-rw-r--r--lib/libc_r/man/pthread_testcancel.32
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthread_cond_wait.3 b/lib/libc_r/man/pthread_cond_wait.3
index 9d70318ed335..ccbf138b90f4 100644
--- a/lib/libc_r/man/pthread_cond_wait.3
+++ b/lib/libc_r/man/pthread_cond_wait.3
@@ -48,7 +48,8 @@ variable specified by
and unblocks the mutex specified by
.Fa mutex .
The waiting thread unblocks only after another thread calls
-.Xr pthread_cond_signal 3 , or
+.Xr pthread_cond_signal 3 ,
+or
.Xr pthread_cond_broadcast 3
with the same condition variable, and the current thread requires the lock
on
diff --git a/lib/libc_r/man/pthread_testcancel.3 b/lib/libc_r/man/pthread_testcancel.3
index c1bbc7d07c7b..c27c16df84eb 100644
--- a/lib/libc_r/man/pthread_testcancel.3
+++ b/lib/libc_r/man/pthread_testcancel.3
@@ -195,5 +195,5 @@ conforms to ISO/IEC 9945-1 ANSI/IEEE
Std 1003.1 Second Edition 1996-07-12.
.Sh AUTHORS
This man page was written by
-.An David Leonard <d@openbsd.org>
+.An David Leonard Aq d@openbsd.org
for the OpenBSD implementation of pthread_cancel.