diff options
author | trasz <trasz@FreeBSD.org> | 2012-03-01 10:21:10 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2012-03-01 10:21:10 +0000 |
commit | 7ae6502efb7f1bb6c6ec26e79eeb6110d97aa0e4 (patch) | |
tree | 4a7e0fca48f0af294f592dae1252356c135a477c /usr.bin/rctl | |
parent | 2d142012e7cfd4cd61593c97673bac8cc3709f1d (diff) | |
download | FreeBSD-src-7ae6502efb7f1bb6c6ec26e79eeb6110d97aa0e4.zip FreeBSD-src-7ae6502efb7f1bb6c6ec26e79eeb6110d97aa0e4.tar.gz |
Use proper "maxproc" name, not "nproc".
PR: docs/162172
Diffstat (limited to 'usr.bin/rctl')
-rw-r--r-- | usr.bin/rctl/rctl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rctl/rctl.8 b/usr.bin/rctl/rctl.8 index 0b5d648..6410cae 100644 --- a/usr.bin/rctl/rctl.8 +++ b/usr.bin/rctl/rctl.8 @@ -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 fields other than per is left empty. 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" |