aboutsummaryrefslogtreecommitdiff
path: root/bin/sh
diff options
context:
space:
mode:
authorMartin Cracauer <cracauer@FreeBSD.org>1999-12-15 16:12:32 +0000
committerMartin Cracauer <cracauer@FreeBSD.org>1999-12-15 16:12:32 +0000
commit3652a236fa38b814618ed11cae8bdca8cda773c0 (patch)
treef2656de8e8534bb1c340b04f8460cde1a4698017 /bin/sh
parent86298776d222798a69ddaa0042d10c7387433edb (diff)
downloadsrc-3652a236fa38b814618ed11cae8bdca8cda773c0.tar.gz
src-3652a236fa38b814618ed11cae8bdca8cda773c0.zip
Document ulimit -b for RLIMIT_SBSIZE.
Notes
Notes: svn path=/head/; revision=54643
Diffstat (limited to 'bin/sh')
-rw-r--r--bin/sh/sh.14
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index d720491c3a45..e0f3af9874cf 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -1746,7 +1746,7 @@ for commands and tracked aliases
the complete pathname of the command is printed.
.It Xo
.Ic ulimit
-.Op Fl HSacdflmnust
+.Op Fl HSabcdflmnust
.Op Ar limit
.Xc
Set or display resource limits (see
@@ -1786,6 +1786,8 @@ The remaining options specify which resource value is to be
displayed or modified.
They are mutually exclusive.
.Bl -tag -width Ds
+.It Fl b Ar sbsize
+The maximum size of socket buffer usage, in bytes.
.It Fl c Ar coredumpsize
The maximal size of core dump files, in 512-byte blocks.
.It Fl d Ar datasize