From a477158490dcdbab0eb8eee45bd25502127108d1 Mon Sep 17 00:00:00 2001 From: phantom Date: Thu, 4 May 2000 08:05:45 +0000 Subject: 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 --- share/man/man3/pthread_schedparam.3 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'share/man/man3/pthread_schedparam.3') 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 -- cgit v1.1