svn commit: r240599 - stable/9/usr.bin/rctl

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Sep 17 11:27:56 UTC 2012


Author: trasz
Date: Mon Sep 17 11:27:56 2012
New Revision: 240599
URL: http://svn.freebsd.org/changeset/base/240599

Log:
  MFC r232329:
  
  Use proper "maxproc" name, not "nproc".
  
  PR:		docs/162172

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	Mon Sep 17 11:21:57 2012	(r240598)
+++ stable/9/usr.bin/rctl/rctl.8	Mon Sep 17 11:27:56 2012	(r240599)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 22, 2011
+.Dd March 1, 2012
 .Dt RCTL 8
 .Os
 .Sh NAME
@@ -117,8 +117,8 @@ A filter is a rule for which one of more
 For example, a filter that matches every rule could be written as ":::=/",
 or, in short, ":".
 A filter that matches all the login classes would be "loginclass:".
-A filter that matches all defined rules for nproc resource would be
-"::nproc".
+A filter that matches all defined rules for maxproc resource would be
+"::maxproc".
 .Pp
 .Sh RESOURCES
 .Bl -column -offset 3n "pseudoterminals"


More information about the svn-src-all mailing list