Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2012 00:53:20 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r243849 - head/usr.bin/rctl
Message-ID:  <201212040053.qB40rKFr001625@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery (ports committer)
Date: Tue Dec  4 00:53:20 2012
New Revision: 243849
URL: http://svnweb.freebsd.org/changeset/base/243849

Log:
  - Move EXAMPLES descriptions to before the actual command
  - Add mdoc macros for EXAMPLES
  
  Reviewed by:	eadler
  Approved by:	gjb
  MFC after:	3 days

Modified:
  head/usr.bin/rctl/rctl.8

Modified: head/usr.bin/rctl/rctl.8
==============================================================================
--- head/usr.bin/rctl/rctl.8	Tue Dec  4 00:51:29 2012	(r243848)
+++ head/usr.bin/rctl/rctl.8	Tue Dec  4 00:53:20 2012	(r243849)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212040053.qB40rKFr001625>