[Midnightbsd-cvs] src [9078] trunk/usr.bin/rctl/rctl.8: move examples before command.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Oct 1 06:23:39 EDT 2016
Revision: 9078
http://svnweb.midnightbsd.org/src/?rev=9078
Author: laffer1
Date: 2016-10-01 06:23:39 -0400 (Sat, 01 Oct 2016)
Log Message:
-----------
move examples before command.
Modified Paths:
--------------
trunk/usr.bin/rctl/rctl.8
Modified: trunk/usr.bin/rctl/rctl.8
===================================================================
--- trunk/usr.bin/rctl/rctl.8 2016-10-01 10:23:07 UTC (rev 9077)
+++ trunk/usr.bin/rctl/rctl.8 2016-10-01 10:23:39 UTC (rev 9078)
@@ -25,7 +25,7 @@
.\"
.\" $MidnightBSD$
.\"
-.Dd October 26, 2012
+.Dd December 3, 2012
.Dt RCTL 8
.Os
.Sh NAME
@@ -169,21 +169,18 @@
.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.
+Display all the rules applicable to process with PID 512:
+.Dl Nm Fl l Ar process:512
.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.
.Sh SEE ALSO
.Xr rctl.conf 5
.Sh HISTORY
More information about the Midnightbsd-cvs
mailing list