summaryrefslogtreecommitdiff
path: root/lib/libc_r/man/Makefile.inc
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>1999-03-24 00:46:24 +0000
committerDavid Leonard <d@cvs.openbsd.org>1999-03-24 00:46:24 +0000
commite022be0f9962c804d3b0c2b374d6ceed6f9788dc (patch)
tree7db1a906458fa032faa59ad715916614a5c3cfbd /lib/libc_r/man/Makefile.inc
parenta1d37e0153a0283def9f25528d0518ed2e7eddb8 (diff)
actually make use of the new manual pages
Diffstat (limited to 'lib/libc_r/man/Makefile.inc')
-rw-r--r--lib/libc_r/man/Makefile.inc17
1 files changed, 13 insertions, 4 deletions
diff --git a/lib/libc_r/man/Makefile.inc b/lib/libc_r/man/Makefile.inc
index f637c4a88cf..55b37d24f48 100644
--- a/lib/libc_r/man/Makefile.inc
+++ b/lib/libc_r/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