diff options
| author | Sergey Kandaurov <pluknet@FreeBSD.org> | 2011-04-05 07:56:40 +0000 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@FreeBSD.org> | 2011-04-05 07:56:40 +0000 |
| commit | 89b13f486a52f3bf0631ff736d310f8e58145454 (patch) | |
| tree | 62337122f877c93a23092c283179cb81f48cfd96 /usr.bin/limits | |
| parent | a043f08ec2f2ccb243848ec5a94b738c382e994e (diff) | |
Notes
Diffstat (limited to 'usr.bin/limits')
| -rw-r--r-- | usr.bin/limits/limits.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1 index edc6bb974ae70..d9e05a99ed572 100644 --- a/usr.bin/limits/limits.1 +++ b/usr.bin/limits/limits.1 @@ -19,7 +19,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 18, 2002 +.Dd April 5, 2011 .Dt LIMITS 1 .Os .Sh NAME @@ -30,11 +30,11 @@ .Op Fl C Ar class | Fl U Ar user .Op Fl SHB .Op Fl ea -.Op Fl bcdflmnstuvp Op Ar val +.Op Fl bcdflmnstuvpw Op Ar val .Nm .Op Fl C Ar class | Fl U Ar user .Op Fl SHB -.Op Fl bcdflmnstuvp Op Ar val +.Op Fl bcdflmnstuvpw Op Ar val .Op Fl E .Oo .Op Ar name Ns = Ns Ar value ... @@ -266,6 +266,10 @@ space. Select or set the .Va pseudoterminals resource limit. +.It Fl w Op Ar val +Select or set the +.Va swapuse +resource limit. .El .Pp Valid values for |
