summaryrefslogtreecommitdiff
path: root/usr.sbin/rtprio
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-15 08:06:20 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-15 08:06:20 +0000
commitf247324df75b7f55b48b92acb3b42a5ae2deac8a (patch)
tree62f210bf3aee25e49335dc77030fff6e97fbe447 /usr.sbin/rtprio
parent7ebcc426efefea9cd16ac6f565e72030c608f7a4 (diff)
downloadsrc-test2-f247324df75b7f55b48b92acb3b42a5ae2deac8a.tar.gz
src-test2-f247324df75b7f55b48b92acb3b42a5ae2deac8a.zip
Notes
Diffstat (limited to 'usr.sbin/rtprio')
-rw-r--r--usr.sbin/rtprio/rtprio.130
1 files changed, 15 insertions, 15 deletions
diff --git a/usr.sbin/rtprio/rtprio.1 b/usr.sbin/rtprio/rtprio.1
index 82a57a7ad1da..f19f860b3220 100644
--- a/usr.sbin/rtprio/rtprio.1
+++ b/usr.sbin/rtprio/rtprio.1
@@ -32,37 +32,37 @@
.\"
.Dd July 23, 1994
.Dt RTPRIO 1
-.Os
+.Os
.Sh NAME
.Nm rtprio ,
.Nm idprio
-.Nd execute, examine or modify a utility's or process's realtime
+.Nd execute, examine or modify a utility's or process's realtime
or idletime scheduling priority
.Sh SYNOPSIS
.Nm [id|rt]prio
-.Nm [id|rt]prio
+.Nm [id|rt]prio
.Oo Fl Oc Ns Ar pid
-.Nm [id|rt]prio
+.Nm [id|rt]prio
.Ar priority
.Ar command
.Op args
-.Nm [id|rt]prio
+.Nm [id|rt]prio
.Ar priority
.Fl Ar pid
-.Nm [id|rt]prio
+.Nm [id|rt]prio
.Fl t
.Ar command
.Op args
-.Nm [id|rt]prio
+.Nm [id|rt]prio
.Fl t
.Fl Ar pid
.Sh DESCRIPTION
.Nm Rtprio
-is used for controlling realtime process scheduling.
+is used for controlling realtime process scheduling.
.Pp
.Nm Idprio
is used for controlling idletime process scheduling, and can be called
-with the same options as
+with the same options as
.Nm .
.Pp
A process with a realtime priority is not subject to priority
@@ -73,9 +73,9 @@ A process with an idle priority will run only when no other
process is runnable and then only if its idle priority is equal or
greater than all other runnable idle priority processes.
.Pp
-.Nm Rtprio
+.Nm Rtprio
or
-.Nm idprio
+.Nm idprio
when called without arguments will return the realtime priority
of the current process.
.Pp
@@ -85,20 +85,20 @@ is called with 1 argument, it will return the realtime priority
of the process with the specified
.Ar pid .
.Pp
-If
+If
.Ar priority
is specified, the process or program is run at that realtime priority.
-If
+If
.Fl t
is specified, the process or program is run as a normal (non-realtime)
-process.
+process.
.Pp
If
.Ar -pid
is specified, the process with the process identifier
.Ar pid
will be modified, else if
-.Ar command
+.Ar command
is specified, that program is run with its arguments.
.Pp
.Ar Priority