summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorcracauer <cracauer@FreeBSD.org>1999-12-15 16:12:32 +0000
committercracauer <cracauer@FreeBSD.org>1999-12-15 16:12:32 +0000
commitdaba963c8a15b9ef16c45045ca5173bd8ebb2f60 (patch)
tree3d468c875a444d552d360bcc0c2cadd48a33349e /bin
parent22dd32c01d7eab01f6ce38c58d31fcb56921fa68 (diff)
downloadFreeBSD-src-daba963c8a15b9ef16c45045ca5173bd8ebb2f60.zip
FreeBSD-src-daba963c8a15b9ef16c45045ca5173bd8ebb2f60.tar.gz
Document ulimit -b for RLIMIT_SBSIZE.
Diffstat (limited to 'bin')
-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 d720491..e0f3af9 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
OpenPOWER on IntegriCloud