Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2017 17:13:39 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319075 - head/usr.bin/rctl
Message-ID:  <201705281713.v4SHDdqx004022@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Sun May 28 17:13:38 2017
New Revision: 319075
URL: https://svnweb.freebsd.org/changeset/base/319075

Log:
  Random tweaks to rctl(8).
  
  MFC after:	2 weeks

Modified:
  head/usr.bin/rctl/rctl.8

Modified: head/usr.bin/rctl/rctl.8
==============================================================================
--- head/usr.bin/rctl/rctl.8	Sun May 28 17:02:29 2017	(r319074)
+++ head/usr.bin/rctl/rctl.8	Sun May 28 17:13:38 2017	(r319075)
@@ -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 
 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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705281713.v4SHDdqx004022>