summaryrefslogtreecommitdiff
path: root/lib/libpthread/man/pthread_schedparam.3
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2000-05-04 08:05:45 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2000-05-04 08:05:45 +0000
commit2a53c5ec96956e0718b1a2db43bd3dc5f8bac982 (patch)
tree52fc5f24fa104543932c61dce66a2ce8c4fba6f5 /lib/libpthread/man/pthread_schedparam.3
parent2b8dd5f402fa0f944631ed34b833477b5414ab97 (diff)
Notes
Diffstat (limited to 'lib/libpthread/man/pthread_schedparam.3')
-rw-r--r--lib/libpthread/man/pthread_schedparam.39
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libpthread/man/pthread_schedparam.3 b/lib/libpthread/man/pthread_schedparam.3
index e24f5a5c8db5..bc70bac7fc72 100644
--- a/lib/libpthread/man/pthread_schedparam.3
+++ b/lib/libpthread/man/pthread_schedparam.3
@@ -30,7 +30,8 @@
.Dt PTHREAD_SCHEDPARAM 3
.Os
.Sh NAME
-.Nm pthread_schedparam
+.Nm pthread_setschedparam ,
+.Nm pthread_getschedparam
.Nd thread scheduling parameter manipulation
.Sh LIBRARY
.Lb libc_r
@@ -73,7 +74,7 @@ Invalid value for scheduling parameters.
Non-existent thread
.Va thread .
.El
-
+.Pp
.Fn pthread_getschedparam
will fail if:
.Bl -tag -width Er
@@ -85,5 +86,5 @@ Non-existent thread
.Fn pthread_setschedparam
and
.Fn pthread_getschedparam
-conform to the Single UNIX Specification, Version 2
-.Pq Dq Tn SUSv2 .
+conform to
+.St -susv2