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 | |
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')
-rw-r--r-- | lib/libpthread/man/Makefile.inc | 7 | ||||
-rw-r--r-- | lib/libpthread/man/sched_get_priority_min.3 (renamed from lib/libpthread/man/sched_prio.3) | 4 |
2 files changed, 5 insertions, 6 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 diff --git a/lib/libpthread/man/sched_prio.3 b/lib/libpthread/man/sched_get_priority_min.3 index 9e8f20dc7b8..ffda9572314 100644 --- a/lib/libpthread/man/sched_prio.3 +++ b/lib/libpthread/man/sched_get_priority_min.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sched_prio.3,v 1.2 2010/11/07 18:15:32 jmc Exp $ +.\" $OpenBSD: sched_get_priority_min.3,v 1.1 2010/11/07 20:18:22 deraadt Exp $ .\" .\" Copyright (c) 2010 Federico G. Schwindt <fgsch@openbsd.org> .\" @@ -17,7 +17,7 @@ .\" PERFORMANCE OF THIS SOFTWARE. .\" .Dd $Mdocdate: November 7 2010 $ -.Dt SCHED_PRIO 3 +.Dt SCHED_GET_PRIORITY_MIN 3 .Os .Sh NAME .Nm sched_get_priority_max , |