diff options
author | cracauer <cracauer@FreeBSD.org> | 1999-12-15 16:12:32 +0000 |
---|---|---|
committer | cracauer <cracauer@FreeBSD.org> | 1999-12-15 16:12:32 +0000 |
commit | daba963c8a15b9ef16c45045ca5173bd8ebb2f60 (patch) | |
tree | 3d468c875a444d552d360bcc0c2cadd48a33349e /bin/sh/sh.1 | |
parent | 22dd32c01d7eab01f6ce38c58d31fcb56921fa68 (diff) | |
download | FreeBSD-src-daba963c8a15b9ef16c45045ca5173bd8ebb2f60.zip FreeBSD-src-daba963c8a15b9ef16c45045ca5173bd8ebb2f60.tar.gz |
Document ulimit -b for RLIMIT_SBSIZE.
Diffstat (limited to 'bin/sh/sh.1')
-rw-r--r-- | bin/sh/sh.1 | 4 |
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 |