summaryrefslogtreecommitdiffstats
path: root/usr.bin/rctl/rctl.8
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2011-12-23 00:29:01 +0000
committergjb <gjb@FreeBSD.org>2011-12-23 00:29:01 +0000
commit76200912792e664ab2977a1cbc4a4018961c06e7 (patch)
treed694a63aec09b5e9d272270549a420df8f086240 /usr.bin/rctl/rctl.8
parentfda90e472a50b9413aded38b580a7defabe7604b (diff)
downloadFreeBSD-src-76200912792e664ab2977a1cbc4a4018961c06e7.zip
FreeBSD-src-76200912792e664ab2977a1cbc4a4018961c06e7.tar.gz
Formatting fixes:
hexdump/od.1: - Enclose tabbed content in quotes [1] ar/ar.1: - Enclose tabbed content in quotes [1] rctl/rctl.8: - Enclose tabbed content in quotes [1] - Start a sentence on a newline [2] Reported by: manlint [1], igor [2] MFC after: 1 week X-MFC-after: 9.0-RELEASE
Diffstat (limited to 'usr.bin/rctl/rctl.8')
-rw-r--r--usr.bin/rctl/rctl.854
1 files changed, 27 insertions, 27 deletions
diff --git a/usr.bin/rctl/rctl.8 b/usr.bin/rctl/rctl.8
index f8f8ddb..0b5d648 100644
--- a/usr.bin/rctl/rctl.8
+++ b/usr.bin/rctl/rctl.8
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 14, 2011
+.Dd December 22, 2011
.Dt RCTL 8
.Os
.Sh NAME
@@ -89,8 +89,8 @@ Syntax for a rule is subject:subject-id:resource:action=amount/per.
Subject defines the kind of entity the rule applies to.
It can be either process, user, login class, or jail.
.Pp
-Subject ID identifies the subject. It can be user name,
-numerical user ID, login class name, or jail name.
+Subject ID identifies the subject.
+It can be user name, numerical user ID, login class name, or jail name.
.Pp
Resource identifies the resource the rule controls.
.Pp
@@ -122,35 +122,35 @@ A filter that matches all defined rules for nproc resource would be
.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 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"
.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 deny the allocation; not supported for cpu and wallclock"
+.It "log log a warning to the console"
+.It "devctl send notification to"
.Xr devd 8
-.It sig* e.g. sigterm; send a signal to the offending process
+.It "sig* e.g. sigterm; send a signal to the offending process"
.El
.Pp
See
OpenPOWER on IntegriCloud