summaryrefslogtreecommitdiff
path: root/lib/libpthread/man/Makefile.inc
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-08-11 16:15:56 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-08-11 16:15:56 +0000
commitecd79aff79f0c480f7aa11c77f73d2ca1119605e (patch)
tree6f78dc62c6bdf653e058367549af6889f2ce7b0c /lib/libpthread/man/Makefile.inc
parent089676d85e807727d97bd81bdb81d3dc86d88fd7 (diff)
manpage for pthread_[get|set]schedparam; from FreeBSD.
Diffstat (limited to 'lib/libpthread/man/Makefile.inc')
-rw-r--r--lib/libpthread/man/Makefile.inc9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc
index adf22cfa5ab..2b8d0887880 100644
--- a/lib/libpthread/man/Makefile.inc
+++ b/lib/libpthread/man/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.9 2001/08/04 13:56:19 fgsch Exp $
+# $OpenBSD: Makefile.inc,v 1.10 2001/08/11 16:15:55 fgsch Exp $
# $FreeBSD: Makefile.inc,v 1.6 1999/08/28 00:03:02 peter Exp $
# POSIX thread man files
@@ -43,6 +43,7 @@ MAN+= \
pthread_rwlockattr_getpshared.3 \
pthread_rwlockattr_init.3 \
pthread_rwlockattr_setpshared.3 \
+ pthread_schedparam.3 \
pthread_self.3 \
pthread_set_name_np.3 \
pthread_setspecific.3 \
@@ -80,5 +81,7 @@ MLINKS+=flockfile.3 funlockfile.3 \
pthread_mutexattr.3 pthread_mutexattr_setprioceiling.3 \
pthread_mutexattr.3 pthread_mutexattr_setprotocol.3 \
pthread_mutexattr.3 pthread_mutexattr_setpshared.3 \
- pthread_mutexattr.3 pthread_mutexattr_settype.3
-
+ pthread_mutexattr.3 pthread_mutexattr_settype.3 \
+ pthread_schedparam.3 pthread_getschedparam.3 \
+ pthread_schedparam.3 pthread_setschedparam.3
+