summaryrefslogtreecommitdiff
path: root/usr.bin/rctl
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2018-05-25 13:40:07 +0000
committerEitan Adler <eadler@FreeBSD.org>2018-05-25 13:40:07 +0000
commitbd67d6b2b14697350227e4cc226db7f9da934db0 (patch)
tree6ec6d0fbe3925eeb3914ca43e9d4bcad8efe280a /usr.bin/rctl
parentfe9fbe221db15dc2e9cbddf3af8b0e5af90ae891 (diff)
downloadsrc-test2-bd67d6b2b14697350227e4cc226db7f9da934db0.tar.gz
src-test2-bd67d6b2b14697350227e4cc226db7f9da934db0.zip
Notes
Diffstat (limited to 'usr.bin/rctl')
-rw-r--r--usr.bin/rctl/rctl.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rctl/rctl.8 b/usr.bin/rctl/rctl.8
index 78a4457c8669..99bc83ba91e6 100644
--- a/usr.bin/rctl/rctl.8
+++ b/usr.bin/rctl/rctl.8
@@ -137,13 +137,13 @@ Resources which limit bytes may use prefixes from
defines what entity the
.Em amount
gets accounted for.
-For example, rule "loginclass:users:vmem:deny=100M/process" means
+For example, rule "loginclass:users:vmemoryuse:deny=100M/process" means
that each process of any user belonging to login class "users" may allocate
up to 100MB of virtual memory.
-Rule "loginclass:users:vmem:deny=100M/user" would mean that for each
+Rule "loginclass:users:vmemoryuse:deny=100M/user" would mean that for each
user belonging to the login class "users", the sum of virtual memory allocated
by all the processes of that user will not exceed 100MB.
-Rule "loginclass:users:vmem:deny=100M/loginclass" would mean that the sum of
+Rule "loginclass:users:vmemoryuse:deny=100M/loginclass" would mean that the sum of
virtual memory allocated by all processes of all users belonging to that login
class will not exceed 100MB.
.El