summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2017-06-06 17:10:34 +0000
committertrasz <trasz@FreeBSD.org>2017-06-06 17:10:34 +0000
commit3706097d2ec8d9ea272a05b6988e069b6052293b (patch)
tree543219694b48ab9346f27e5128a4540a07f74d0d
parent1cdb8cf29570d9619a90926dc0007edd929eb0b4 (diff)
downloadFreeBSD-src-3706097d2ec8d9ea272a05b6988e069b6052293b.zip
FreeBSD-src-3706097d2ec8d9ea272a05b6988e069b6052293b.tar.gz
MFC r319075:
Random tweaks to rctl(8). This is just wording and formatting fixes. MFC r319432: Use proper capitalization with .Dd. Approved by: re (gjb)
-rw-r--r--usr.bin/rctl/rctl.89
1 files changed, 3 insertions, 6 deletions
diff --git a/usr.bin/rctl/rctl.8 b/usr.bin/rctl/rctl.8
index 2d92d54..5139f31 100644
--- a/usr.bin/rctl/rctl.8
+++ b/usr.bin/rctl/rctl.8
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 30, 2016
+.Dd May 28, 2017
.Dt RCTL 8
.Os
.Sh NAME
@@ -84,7 +84,7 @@ Remove rules matching
.Ar filter
from the RCTL database.
.It Fl u Ar filter
-Display resource usage for a subject
+Display resource utilization for a subject
.Po
.Sy process ,
.Sy user ,
@@ -173,7 +173,6 @@ resource would be
"::maxproc".
.Sh SUBJECTS
.Bl -column -offset 3n "pseudoterminals" ".Sy username or numerical User ID"
-.It Em subject Ta Em subject-id
.It Sy process Ta numerical Process ID
.It Sy user Ta user name or numerical User ID
.It Sy loginclass Ta login class from
@@ -182,7 +181,6 @@ resource would be
.El
.Sh RESOURCES
.Bl -column -offset 3n "pseudoterminals"
-.It Em resource
.It Sy cputime Ta "CPU time, in seconds"
.It Sy datasize Ta "data size, in bytes"
.It Sy stacksize Ta "stack size, in bytes"
@@ -211,7 +209,6 @@ resource would be
.El
.Sh ACTIONS
.Bl -column -offset 3n "pseudoterminals"
-.It Em action
.It Sy deny Ta deny the allocation; not supported for
.Sy cputime ,
.Sy wallclock ,
@@ -269,7 +266,7 @@ Prevent user "joe" from allocating more than 1GB of virtual memory:
Remove all RCTL rules:
.Dl Nm Fl r Ar \&:
.Pp
-Display resource usage information for jail named "www":
+Display resource utilization information for jail named "www":
.Dl Nm Fl hu Ar jail:www
.Pp
Display all the rules applicable to process with PID 512:
OpenPOWER on IntegriCloud