summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man
diff options
context:
space:
mode:
authord <d@openbsd.org>1999-03-24 00:46:23 +0000
committerd <d@openbsd.org>1999-03-24 00:46:23 +0000
commit70bc7c8cfbc6be4622d01fa9305117af7b6f1094 (patch)
tree7ef016800f85dcf425d2210fad65172d3524ca75 /lib/libpthread/man
parentrevert to -pthread (diff)
downloadwireguard-openbsd-70bc7c8cfbc6be4622d01fa9305117af7b6f1094.tar.xz
wireguard-openbsd-70bc7c8cfbc6be4622d01fa9305117af7b6f1094.zip
actually make use of the new manual pages
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r--lib/libpthread/man/Makefile.inc17
1 files changed, 13 insertions, 4 deletions
diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc
index f637c4a88cf..55b37d24f48 100644
--- a/lib/libpthread/man/Makefile.inc
+++ b/lib/libpthread/man/Makefile.inc
@@ -1,5 +1,5 @@
-# $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 $
+# $Id: Makefile.inc,v 1.5 1999/03/24 00:46:23 d Exp $
+# $OpenBSD: Makefile.inc,v 1.5 1999/03/24 00:46:23 d Exp $
# POSIX thread man files
@@ -40,16 +40,25 @@ MAN+= pthread_atfork.3 \
pthread_rwlockattr_setpshared.3 \
pthread_self.3 \
pthread_setspecific.3 \
+ pthread_sigmask.3 \
+ pthread_single_np.3 \
+ pthread_suspend_np.3 \
pthread_testcancel.3
MAN+= pthreads.3 \
flockfile.3 \
- sigwait.3
+ sigwait.3 \
+ getc_unlocked.3 \
+ putc_unlocked.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_cancel.3 pthread_setcancelstate.3 \
- pthread_cancel.3 pthread_getcancelstate.3 \
+ pthread_cancel.3 pthread_setcanceltype.3 \
+ getc_unlocked.3 getchar_unlocked.3 \
+ putc_unlocked.3 putchar_unlocked.3 \
+ pthread_suspend_np.3 pthread_resume_np.3 \
+ pthread_single_np.3 pthread_multi_np.3