diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2013-11-01 13:57:30 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2013-11-01 13:57:30 +0000 |
| commit | d2c068eaaccff272bf3492dea478d9a4b64e830b (patch) | |
| tree | 6ae3771f46a5210442a71038a2b4d1bb1052b81c /usr.bin/limits | |
| parent | 5212e8bacff618a7f37086eca9beeef42745f5a3 (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 efe3e6d221bda..3962feff19430 100644 --- a/usr.bin/limits/limits.1 +++ b/usr.bin/limits/limits.1 @@ -19,7 +19,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 31, 2013 +.Dd November 1, 2013 .Dt LIMITS 1 .Os .Sh NAME @@ -30,11 +30,11 @@ .Op Fl C Ar class | Fl P Ar pid | Fl U Ar user .Op Fl SHB .Op Fl ea -.Op Fl bcdflmnstuvpw Op Ar val +.Op Fl bcdfklmnstuvpw Op Ar val .Nm .Op Fl C Ar class | Fl U Ar user .Op Fl SHB -.Op Fl bcdflmnstuvpw Op Ar val +.Op Fl bcdfklmnstuvpw Op Ar val .Op Fl E .Oo .Op Ar name Ns = Ns Ar value ... @@ -207,6 +207,10 @@ resource limit. Select or set the .Va filesize resource limit. +.It Fl k Op Ar val +Select or set the +.Va kqueues +resource limit. .It Fl l Op Ar val Select or set the .Va memorylocked |
