diff options
author | jlemon <jlemon@FreeBSD.org> | 1999-07-15 17:15:24 +0000 |
---|---|---|
committer | jlemon <jlemon@FreeBSD.org> | 1999-07-15 17:15:24 +0000 |
commit | 6364e2c9e9a1420c039ddfe26eaac8d07531f97e (patch) | |
tree | dfbdd2e3f9b5efedb4377414fab4a344cd701ade /lib | |
parent | e18ab7089381828852704b64216c10877171c9ec (diff) | |
download | FreeBSD-src-6364e2c9e9a1420c039ddfe26eaac8d07531f97e.zip FreeBSD-src-6364e2c9e9a1420c039ddfe26eaac8d07531f97e.tar.gz |
Reference correct sysctl: kern.maxsockbuf --> kern.ipc.maxsockbuf
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/getsockopt.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2 index ff9ca90..3a8e759 100644 --- a/lib/libc/sys/getsockopt.2 +++ b/lib/libc/sys/getsockopt.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getsockopt.2 8.4 (Berkeley) 5/2/95 -.\" $Id: getsockopt.2,v 1.8 1997/02/22 15:03:53 peter Exp $ +.\" $Id: getsockopt.2,v 1.9 1997/03/11 11:35:50 peter Exp $ .\" .Dd May 2, 1995 .Dt GETSOCKOPT 2 @@ -233,7 +233,7 @@ The system places an absolute maximum on these values, which is accessible through the .Xr sysctl 3 MIB variable -.Dq Li kern.maxsockbuf . +.Dq Li kern.ipc.maxsockbuf . .Pp .Dv SO_SNDLOWAT is an option to set the minimum count for output operations. |