Module Name:    src
Committed By:   snj
Date:           Mon May 18 00:41:53 UTC 2009

Modified Files:
        src/share/man/man7: sysctl.7

Log Message:
Document PROC_PID_LIMIT_SBSIZE.  From Greg A. Woods in PR lib/36463.
Wording is taken from getrlimit(2).


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/share/man/man7/sysctl.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man7/sysctl.7
diff -u src/share/man/man7/sysctl.7:1.21 src/share/man/man7/sysctl.7:1.22
--- src/share/man/man7/sysctl.7:1.21	Thu Apr  9 03:40:24 2009
+++ src/share/man/man7/sysctl.7	Mon May 18 00:41:53 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sysctl.7,v 1.21 2009/04/09 03:40:24 joerg Exp $
+.\"	$NetBSD: sysctl.7,v 1.22 2009/05/18 00:41:53 snj Exp $
 .\"
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)sysctl.3	8.4 (Berkeley) 5/9/95
 .\"
-.Dd March 1, 2009
+.Dd May 18, 2009
 .Dt SYSCTL 7
 .Os
 .Sh NAME
@@ -1715,7 +1715,14 @@
 The maximum number of simultaneous processes for this user id.
 .It Li proc.pid.rlimit.descriptors ( PROC_PID_LIMIT_NOFILE )
 The maximum number of open files for this process.
-.\" XXX proc.pid.rlimit.sbsize
+.It Li proc.pid.rlimit.sbsize ( PROC_PID_LIMIT_SBSIZE )
+The maximum size (in bytes) of the socket buffers
+set by the
+.Xr setsockopt 2
+.Dv SO_RCVBUF
+and
+.Dv SO_SNDBUF
+options.
 .El
 .Pp
 The fifth level name is one of

Reply via email to