diff options
author | Peter Tribble <peter.tribble@gmail.com> | 2018-12-16 15:02:15 +0000 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2019-01-12 15:44:25 -0500 |
commit | e61d7e85ebb4a7361eeb10639b742a92e0bf5e55 (patch) | |
tree | 691104aeba841d8fe48e6ae7a8d3d221d6f5c348 /usr/src/man/man3c/pthread_getschedparam.3c | |
parent | c7749d0f58752c136e82d09f71ff14b1c2ce91f7 (diff) | |
download | illumos-joyent-e61d7e85ebb4a7361eeb10639b742a92e0bf5e55.tar.gz |
10067 Miscellaneous man page typos
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Volker A. Brandt <vab@bb-c.de>
Reviewed by: Gergő Doma <domag02@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/man/man3c/pthread_getschedparam.3c')
-rw-r--r-- | usr/src/man/man3c/pthread_getschedparam.3c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/src/man/man3c/pthread_getschedparam.3c b/usr/src/man/man3c/pthread_getschedparam.3c index 19a30e9b09..c335b0d8c8 100644 --- a/usr/src/man/man3c/pthread_getschedparam.3c +++ b/usr/src/man/man3c/pthread_getschedparam.3c @@ -65,7 +65,6 @@ cc -mt [ \fIflag\fR... ] \fIfile\fR... -lpthread [ \fIlibrary\fR... ] .fi .SH DESCRIPTION -.sp .LP The \fBpthread_getschedparam()\fR and \fBpthread_setschedparam()\fR functions allow the scheduling policy and scheduling parameters of individual threads @@ -147,15 +146,13 @@ parameters provided in \fIpolicy\fR and \fIparam\fR, respectively. If the \fBpthread_setschedparam()\fR function fails, no scheduling parameters will be changed for the target thread. .SH RETURN VALUES -.sp .LP If successful, the \fBpthread_getschedparam()\fR and \fBpthread_setschedparam()\fR functions return \fB0\fR. Otherwise, an error number is returned to indicate the error. .SH ERRORS -.sp .LP -The \fBpthread_getschedparam()\fR and \fBpthread_gsetschedparam()\fR functions +The \fBpthread_getschedparam()\fR and \fBpthread_setschedparam()\fR functions will fail if: .sp .ne 2 @@ -190,7 +187,6 @@ scheduling parameters or the scheduling policy of the specified thread. .RE .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -210,7 +206,6 @@ Standard See \fBstandards\fR(5). .TE .SH SEE ALSO -.sp .LP \fBpthread_attr_init\fR(3C), \fBsched_getparam\fR(3C), \fBsched_get_priority_max\fR(3C), \fBsched_get_priority_max\fR(3C), |