summaryrefslogtreecommitdiffstats
path: root/usr.bin/rctl
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-03-29 16:02:40 +0000
committerjoel <joel@FreeBSD.org>2012-03-29 16:02:40 +0000
commitf1a6c7f032298f43ebb6233abc9302776c4687df (patch)
tree55ebf7e4c35da21fac5349f33e9edb6fd16e6598 /usr.bin/rctl
parentfc9fab80c6a39b7d3c66495c21ebf5bba43ad393 (diff)
downloadFreeBSD-src-f1a6c7f032298f43ebb6233abc9302776c4687df.zip
FreeBSD-src-f1a6c7f032298f43ebb6233abc9302776c4687df.tar.gz
mandoc complains loudly when <TAB>s are misused in columnated lists. Fix
this syntax violation and while I'm here also convert <TAB> to Ta and adjust quotation marks in order to prevent this problem in the future.
Diffstat (limited to 'usr.bin/rctl')
-rw-r--r--usr.bin/rctl/rctl.846
1 files changed, 23 insertions, 23 deletions
diff --git a/usr.bin/rctl/rctl.8 b/usr.bin/rctl/rctl.8
index 402c631..3c32dfb 100644
--- a/usr.bin/rctl/rctl.8
+++ b/usr.bin/rctl/rctl.8
@@ -121,33 +121,33 @@ A filter that matches all defined rules for maxproc resource would be
"::maxproc".
.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
OpenPOWER on IntegriCloud