[Midnightbsd-cvs] src [8075] trunk/usr.bin/rctl/rctl.8: cleanp
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Sep 15 18:06:23 EDT 2016
Revision: 8075
http://svnweb.midnightbsd.org/src/?rev=8075
Author: laffer1
Date: 2016-09-15 18:06:23 -0400 (Thu, 15 Sep 2016)
Log Message:
-----------
cleanp
Modified Paths:
--------------
trunk/usr.bin/rctl/rctl.8
Modified: trunk/usr.bin/rctl/rctl.8
===================================================================
--- trunk/usr.bin/rctl/rctl.8 2016-09-15 22:05:28 UTC (rev 8074)
+++ trunk/usr.bin/rctl/rctl.8 2016-09-15 22:06:23 UTC (rev 8075)
@@ -119,36 +119,34 @@
A filter that matches all the login classes would be "loginclass:".
A filter that matches all defined rules for maxproc resource would be
"::maxproc".
-.Pp
.Sh RESOURCES
.Bl -column -offset 3n "pseudoterminals"
-.It "cputime CPU time, in seconds"
-.It "datasize data size, in bytes"
-.It "stacksize stack size, in bytes"
-.It "coredumpsize core dump size, in bytes"
-.It "memoryuse resident set size, in bytes"
-.It "memorylocked locked memory, in bytes"
-.It "maxproc number of processes"
-.It "openfiles file descriptor table size"
-.It "vmemoryuse address space limit, in bytes"
-.It "pseudoterminals number of PTYs"
-.It "swapuse swap usage, in bytes"
-.It "nthr number of threads"
-.It "msgqqueued number of queued SysV messages"
-.It "msgqsize SysV message queue size, in bytes"
-.It "nmsgq number of SysV message queues"
-.It "nsem number of SysV semaphores"
-.It "nsemop number of SysV semaphores modified in a single semop(2) call"
-.It "nshm number of SysV shared memory segments"
-.It "shmsize SysV shared memory size, in bytes"
-.It "wallclock wallclock time, in seconds"
+.It cputime Ta "CPU time, in seconds"
+.It datasize Ta "data size, in bytes"
+.It stacksize Ta "stack size, in bytes"
+.It coredumpsize Ta "core dump size, in bytes"
+.It memoryuse Ta "resident set size, in bytes"
+.It memorylocked Ta "locked memory, in bytes"
+.It maxproc Ta "number of processes"
+.It openfiles Ta "file descriptor table size"
+.It vmemoryuse Ta "address space limit, in bytes"
+.It pseudoterminals Ta "number of PTYs"
+.It swapuse Ta "swap usage, in bytes"
+.It nthr Ta "number of threads"
+.It msgqqueued Ta "number of queued SysV messages"
+.It msgqsize Ta "SysV message queue size, in bytes"
+.It nmsgq Ta "number of SysV message queues"
+.It nsem Ta "number of SysV semaphores"
+.It nsemop Ta "number of SysV semaphores modified in a single semop(2) call"
+.It nshm Ta "number of SysV shared memory segments"
+.It shmsize Ta "SysV shared memory size, in bytes"
+.It wallclock Ta "wallclock time, in seconds"
.El
-.Pp
.Sh ACTIONS
.Bl -column -offset 3n "pseudoterminals"
-.It "deny deny the allocation; not supported for cpu and wallclock"
-.It "log log a warning to the console"
-.It "devctl send notification to"
+.It deny Ta "deny the allocation; not supported for cpu and wallclock"
+.It log Ta "log a warning to the console"
+.It devctl Ta "send notification to"
.Xr devd 8
.It "sig* e.g. sigterm; send a signal to the offending process"
.El
@@ -162,7 +160,6 @@
in error.
.Pp
Note that limiting RSS may kill the machine due to thrashing.
-.Pp
.Sh EXIT STATUS
.Ex -std
.Sh EXAMPLES
@@ -189,7 +186,7 @@
The
.Nm
command appeared in
-.Fx 9.0.
+.Fx 9.0 .
.Sh AUTHORS
.An -nosplit
The
More information about the Midnightbsd-cvs
mailing list