aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rctl
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2013-02-08 16:10:16 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2013-02-08 16:10:16 +0000
commitd9a447559bc04121f7c6682e64abe67efa154864 (patch)
treeb2f038222ff8a70f687652441df00d2b564c8abe /usr.bin/rctl
parent3cbf5f97aafc2b249c509ee1162c47c9b28e591e (diff)
parentfbda3d5daeeb730a49d025b614b35a32f0319718 (diff)
downloadsrc-d9a447559bc04121f7c6682e64abe67efa154864.tar.gz
src-d9a447559bc04121f7c6682e64abe67efa154864.zip
Notes
Diffstat (limited to 'usr.bin/rctl')
-rw-r--r--usr.bin/rctl/rctl.822
1 files changed, 9 insertions, 13 deletions
diff --git a/usr.bin/rctl/rctl.8 b/usr.bin/rctl/rctl.8
index e570f57fc3ba..556c73a5802e 100644
--- a/usr.bin/rctl/rctl.8
+++ b/usr.bin/rctl/rctl.8
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 26, 2012
+.Dd December 3, 2012
.Dt RCTL 8
.Os
.Sh NAME
@@ -169,21 +169,17 @@ Note that limiting RSS may kill the machine due to thrashing.
.Sh EXIT STATUS
.Ex -std
.Sh EXAMPLES
-.Dl rctl -a user:joe:vmemoryuse:deny=1g
+Prevent user "joe" from allocating more than 1GB of virtual memory:
+.Dl Nm Fl a Ar user:joe:vmemoryuse:deny=1g
.Pp
-Prevent user "joe" from allocating more than 1GB of virtual memory.
+Remove all RCTL rules:
+.Dl Nm Fl r Ar \&:
.Pp
-.Dl rctl -r :
+Display resource usage information for jail named "www":
+.Dl Nm Fl hu Ar jail:www
.Pp
-Remove all RCTL rules.
-.Pp
-.Dl rctl -hu jail:www
-.Pp
-Display resource usage information for jail named "www".
-.Pp
-.Dl rctl -l process:512
-.Pp
-Display all the rules applicable to process with PID 512.
+Display all the rules applicable to process with PID 512:
+.Dl Nm Fl l Ar process:512
.Sh SEE ALSO
.Xr rctl.conf 5
.Sh HISTORY