Module Name:    src
Committed By:   gutteridge
Date:           Thu Mar  7 23:03:55 UTC 2024

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

Log Message:
sysctl.7: simplify statements about net.inet6 variables


To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 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.166 src/share/man/man7/sysctl.7:1.167
--- src/share/man/man7/sysctl.7:1.166	Mon Aug 14 16:51:52 2023
+++ src/share/man/man7/sysctl.7	Thu Mar  7 23:03:55 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sysctl.7,v 1.166 2023/08/14 16:51:52 riastradh Exp $
+.\"	$NetBSD: sysctl.7,v 1.167 2024/03/07 23:03:55 gutteridge 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 May 29, 2023
+.Dd March 7, 2024
 .Dt SYSCTL 7
 .Os
 .Sh NAME
@@ -2162,9 +2162,8 @@ Default UDP receive buffer size.
 Default UDP send buffer size.
 .El
 .Pp
-We reuse net.*.tcp for TCP over IPv6,
-and therefore we do not have variables net.*.tcp6.
-Variables net.inet6.udp6 have identical meaning to net.inet.udp.
+Variables net.inet6.tcp6.* and net.inet6.udp6.* have identical meanings to
+net.inet.tcp.* and net.inet.udp.*, respectively.
 Please refer to
 .Li PF_INET
 section above.

Reply via email to