diff options
author | 2010-11-07 20:18:22 +0000 | |
---|---|---|
committer | 2010-11-07 20:18:22 +0000 | |
commit | 68d35ab60bad6211c2cee36a848709c4e97375ac (patch) | |
tree | 7ee02e7597cded2cc6da259a5fdc62124f188759 /lib/libpthread/man/Makefile.inc | |
parent | do not list MLINKed man pages multiple times in SEE ALSO; (diff) | |
download | wireguard-openbsd-68d35ab60bad6211c2cee36a848709c4e97375ac.tar.xz wireguard-openbsd-68d35ab60bad6211c2cee36a848709c4e97375ac.zip |
there is no library function called sched_prio(), so this manual page
was incorrectly named. there should be no sched_prio(3) page; it is
misleading.
Diffstat (limited to 'lib/libpthread/man/Makefile.inc')
-rw-r--r-- | lib/libpthread/man/Makefile.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc index 7819c0f7435..9ea0ea7317c 100644 --- a/lib/libpthread/man/Makefile.inc +++ b/lib/libpthread/man/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.25 2010/11/07 13:29:21 fgsch Exp $ +# $OpenBSD: Makefile.inc,v 1.26 2010/11/07 20:18:22 deraadt Exp $ # $FreeBSD: Makefile.inc,v 1.6 1999/08/28 00:03:02 peter Exp $ # POSIX thread man files @@ -59,7 +59,7 @@ MAN+= \ pthread_suspend_np.3 \ pthread_testcancel.3 \ pthread_yield.3 \ - sched_prio.3 \ + sched_get_priority_min.3 \ sem_destroy.3 \ sem_getvalue.3 \ sem_init.3 \ @@ -104,8 +104,7 @@ MLINKS+=flockfile.3 funlockfile.3 \ pthread_testcancel.3 pthread_setcancelstate.3 \ pthread_testcancel.3 pthread_setcanceltype.3 \ pthread_getconcurrency.3 pthread_setconcurrency.3 \ - sched_prio.3 sched_get_priority_max.3 \ - sched_prio.3 sched_get_priority_min.3 \ + sched_get_priority_min.3 sched_get_priority_max.3 \ sem_open.3 sem_close.3 \ sem_open.3 sem_unlink.3 \ sem_wait.3 sem_trywait.3 |