summaryrefslogtreecommitdiffstats
path: root/share/man/man3/pthread_schedparam.3
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2000-05-04 08:05:45 +0000
committerphantom <phantom@FreeBSD.org>2000-05-04 08:05:45 +0000
commita477158490dcdbab0eb8eee45bd25502127108d1 (patch)
treef7fb97ecb501c82e73a0a297283a58f9d4ec2b86 /share/man/man3/pthread_schedparam.3
parent8c3e94b8e02c67c1696ae0dbbe5180adc31b941f (diff)
downloadFreeBSD-src-a477158490dcdbab0eb8eee45bd25502127108d1.zip
FreeBSD-src-a477158490dcdbab0eb8eee45bd25502127108d1.tar.gz
mdoc(7) cleanup:
. use real function names as `.Nm' macro argument in NAME section. It allows them to appear in apropos(1) or whatis(1) output. . replace empty lines with `.Pp' macro. . replace hardcoded standard names with their `.St' macro equivalents. . sort cross references in SEE ALSO section
Diffstat (limited to 'share/man/man3/pthread_schedparam.3')
-rw-r--r--share/man/man3/pthread_schedparam.39
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man3/pthread_schedparam.3 b/share/man/man3/pthread_schedparam.3
index e24f5a5..bc70bac 100644
--- a/share/man/man3/pthread_schedparam.3
+++ b/share/man/man3/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
OpenPOWER on IntegriCloud