aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-12-03 23:25:14 +0000
committerBrian Feldman <green@FreeBSD.org>1999-12-03 23:25:14 +0000
commit1c982a6d2f8b4332cd23ff0922693db3a9c8cfcf (patch)
treed5811999c0e3fb96fcd8ec8542c70a72a51b0790 /lib
parentbaa60a3b175739c68b9eaf6797ed415ef38ad2c3 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/getrlimit.24
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/getrlimit.2 b/lib/libc/sys/getrlimit.2
index d04e48911a02..eebb87491602 100644
--- a/lib/libc/sys/getrlimit.2
+++ b/lib/libc/sys/getrlimit.2
@@ -92,6 +92,10 @@ from processes that are exceeding their declared resident set size.
The maximum size (in bytes) of the stack segment for a process;
this defines how far a program's stack segment may be extended.
Stack extension is performed automatically by the system.
+.It Li RLIMIT_SBSIZE
+The maximum size (in bytes) of socket buffer usage for this user.
+This limits the amount of network memory, and hence the amount of
+mbufs, that this user may hold at any time.
.El
.Pp
A resource limit is specified as a soft limit and a hard limit. When a