diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-11-07 20:18:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-11-07 20:18:23 +0000 |
commit | 6bbd9165252497f1e65320980ff7af1471ee6d29 (patch) | |
tree | e0fe60e3559b2f4fbb91461d4ed61134feaa3d36 /lib/libpthread/man/Makefile.inc | |
parent | 908402f3677ca4a244bbfc23e83d0b0de4eae43c (diff) |
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 |