diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2024-09-10 04:13:46 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2024-09-20 06:46:07 +0000 |
| commit | f54f41403d149e867b896ae753a0e7e2b0c738b0 (patch) | |
| tree | 5906dbc295ed65ff14653d44804a7f61f1f82026 /usr.bin/limits/limits.1 | |
| parent | 5d92f20c7d316aca521d4db4c1dab0f2d0e92c36 (diff) | |
usr.bin/limits: support RLIMIT_PIPEBUF
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D46619
Diffstat (limited to 'usr.bin/limits/limits.1')
| -rw-r--r-- | usr.bin/limits/limits.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1 index 86df08b41058..0e374acd991b 100644 --- a/usr.bin/limits/limits.1 +++ b/usr.bin/limits/limits.1 @@ -32,7 +32,7 @@ .Nm .Op Fl C Ar class | Fl U Ar user .Op Fl SHB -.Op Fl bcdfklmnopstuvw Op Ar val +.Op Fl bcdfklmnopstuvwy Op Ar val .Op Fl E .Oo .Op Ar name Ns = Ns Ar value ... @@ -280,6 +280,10 @@ space. Select or set the .Va swapuse resource limit. +.It Fl y Op Ar val +Select or set the +.Va pipebuf +resource limit. .El .Pp Valid values for |
