summaryrefslogtreecommitdiff
path: root/lib/libc_r/man
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>1999-01-18 00:00:34 +0000
committerDavid Leonard <d@cvs.openbsd.org>1999-01-18 00:00:34 +0000
commit7b9d8c26923e22e249d8fccca1b678c46ca2b4de (patch)
tree28ebd21a982d7c31007aa22724282631b071b210 /lib/libc_r/man
parent46b689c0962ca1c667dfdfc76b8e6fafc1eef2bc (diff)
sync with previous changes
Diffstat (limited to 'lib/libc_r/man')
-rw-r--r--lib/libc_r/man/Makefile.inc15
1 files changed, 10 insertions, 5 deletions
diff --git a/lib/libc_r/man/Makefile.inc b/lib/libc_r/man/Makefile.inc
index f3ff1ba09a2..f637c4a88cf 100644
--- a/lib/libc_r/man/Makefile.inc
+++ b/lib/libc_r/man/Makefile.inc
@@ -1,11 +1,12 @@
-# $Id: Makefile.inc,v 1.3 1998/11/20 15:15:06 d Exp $
-# $OpenBSD: Makefile.inc,v 1.3 1998/11/20 15:15:06 d Exp $
+# $Id: Makefile.inc,v 1.4 1999/01/18 00:00:32 d Exp $
+# $OpenBSD: Makefile.inc,v 1.4 1999/01/18 00:00:32 d Exp $
# POSIX thread man files
.PATH: ${.CURDIR}/man
-MAN+= pthread_cleanup_pop.3 \
+MAN+= pthread_atfork.3 \
+ pthread_cleanup_pop.3 \
pthread_cleanup_push.3 \
pthread_cond_broadcast.3 \
pthread_cond_destroy.3 \
@@ -13,6 +14,7 @@ MAN+= pthread_cleanup_pop.3 \
pthread_cond_signal.3 \
pthread_cond_timedwait.3 \
pthread_cond_wait.3 \
+ pthread_cancel.3 \
pthread_create.3 \
pthread_detach.3 \
pthread_equal.3 \
@@ -37,7 +39,8 @@ MAN+= pthread_cleanup_pop.3 \
pthread_rwlockattr_init.3 \
pthread_rwlockattr_setpshared.3 \
pthread_self.3 \
- pthread_setspecific.3
+ pthread_setspecific.3 \
+ pthread_testcancel.3
MAN+= pthreads.3 \
flockfile.3 \
@@ -46,5 +49,7 @@ MAN+= pthreads.3 \
MLINKS+=flockfile.3 funlockfile.3 \
flockfile.3 ftrylockfile.3 \
pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3 \
- pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3
+ pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3 \
+ pthread_cancel.3 pthread_setcancelstate.3 \
+ pthread_cancel.3 pthread_getcancelstate.3 \