aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/rtprio.2
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2012-05-08 18:56:21 +0000
committerGlen Barber <gjb@FreeBSD.org>2012-05-08 18:56:21 +0000
commit9f63b42217b570f1f3dac8394ae18c37213ceaa8 (patch)
tree3221d9382ca72a5f4d428b20ce2750d923daae65 /lib/libc/sys/rtprio.2
parent0d7d117c7f30563d62f121416bb67287c0e49722 (diff)
downloadsrc-9f63b42217b570f1f3dac8394ae18c37213ceaa8.tar.gz
src-9f63b42217b570f1f3dac8394ae18c37213ceaa8.zip
General mdoc(7) and typo fixes.
PR: 167713 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
Notes
Notes: svn path=/head/; revision=235140
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 faad9417c55c..ac78b5099514 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