svn commit: r249446 - stable/9/usr.bin/rctl
Edward Tomasz Napierala
trasz at FreeBSD.org
Sat Apr 13 21:14:52 UTC 2013
Author: trasz
Date: Sat Apr 13 21:14:51 2013
New Revision: 249446
URL: http://svnweb.freebsd.org/changeset/base/249446
Log:
MFC r243849 by bdrewery@:
- Move EXAMPLES descriptions to before the actual command
- Add mdoc macros for EXAMPLES
Modified:
stable/9/usr.bin/rctl/rctl.8
Directory Properties:
stable/9/usr.bin/rctl/ (props changed)
Modified: stable/9/usr.bin/rctl/rctl.8
==============================================================================
--- stable/9/usr.bin/rctl/rctl.8 Sat Apr 13 21:11:18 2013 (r249445)
+++ stable/9/usr.bin/rctl/rctl.8 Sat Apr 13 21:14:51 2013 (r249446)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 26, 2012
+.Dd December 3, 2012
.Dt RCTL 8
.Os
.Sh NAME
@@ -169,21 +169,18 @@ Note that limiting RSS may kill the mach
.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 svn-src-stable-9
mailing list