summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/rtprio.2
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2012-05-08 18:56:21 +0000
committergjb <gjb@FreeBSD.org>2012-05-08 18:56:21 +0000
commit52487d9a5cec5d4144a37b031adbf2b113602c8c (patch)
tree3221d9382ca72a5f4d428b20ce2750d923daae65 /lib/libc/sys/rtprio.2
parent8120b09fe9332fb0fd25fb29d6a2e8b7f0872b9e (diff)
downloadFreeBSD-src-52487d9a5cec5d4144a37b031adbf2b113602c8c.zip
FreeBSD-src-52487d9a5cec5d4144a37b031adbf2b113602c8c.tar.gz
General mdoc(7) and typo fixes.
PR: 167713 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
Diffstat (limited to 'lib/libc/sys/rtprio.2')
-rw-r--r--lib/libc/sys/rtprio.27
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/sys/rtprio.2 b/lib/libc/sys/rtprio.2
index faad941..ac78b50 100644
--- a/lib/libc/sys/rtprio.2
+++ b/lib/libc/sys/rtprio.2
@@ -132,7 +132,8 @@ RTP_PRIO_NORMAL for normal priorities, and RTP_PRIO_IDLE for idle priorities.
The priority specified by the
.Va prio
field ranges between 0 and
-.Dv RTP_PRIO_MAX (usually 31) .
+.Dv RTP_PRIO_MAX
+.Pq usually 31 .
0 is the highest possible priority.
.Pp
Realtime and idle priority is inherited through fork() and exec().
@@ -149,7 +150,7 @@ Threads of equal real/idle priority are run round-robin.
The
.Fn rtprio
system call
-will fail if
+will fail if:
.Bl -tag -width Er
.It Bq Er EINVAL
The specified
@@ -175,7 +176,7 @@ The specified process or thread was not found or visible.
.Xr setpriority 2 ,
.Xr nice 3 ,
.Xr renice 8 ,
-.Xr p_cansee 9 .
+.Xr p_cansee 9
.Sh AUTHORS
.An -nosplit
The original author was
OpenPOWER on IntegriCloud