Module Name:    src
Committed By:   martin
Date:           Thu Sep  5 09:28:57 UTC 2024

Modified Files:
        src/share/man/man4 [netbsd-10]: ip6.4

Log Message:
Pull up following revision(s) (requested by rin in ticket #819):

        share/man/man4/ip6.4: revision 1.35

ip6(4): Fix copy-paste; ip6 is subnode of inet6, not inet

Bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.34.6.1 src/share/man/man4/ip6.4

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/man4/ip6.4
diff -u src/share/man/man4/ip6.4:1.34 src/share/man/man4/ip6.4:1.34.6.1
--- src/share/man/man4/ip6.4:1.34	Tue Sep  8 17:30:10 2020
+++ src/share/man/man4/ip6.4	Thu Sep  5 09:28:57 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ip6.4,v 1.34 2020/09/08 17:30:10 wiz Exp $
+.\"	$NetBSD: ip6.4,v 1.34.6.1 2024/09/05 09:28:57 martin Exp $
 .\"	$KAME: ip6.4,v 1.23 2005/01/11 05:56:25 itojun Exp $
 .\"	$OpenBSD: ip6.4,v 1.21 2005/01/06 03:50:46 itojun Exp $
 .\"
@@ -28,7 +28,7 @@
 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
-.Dd September 8, 2020
+.Dd September 4, 2024
 .Dt IP6 4
 .Os
 .Sh NAME
@@ -250,9 +250,9 @@ The port selection can be also viewed an
 sockets using the following
 .Xr sysctl 7
 variables:
-.Dv net.inet.ip6.anonportalgo.available
+.Dv net.inet6.ip6.anonportalgo.available
 and
-.Dv net.inet.ip6.anonportalgo.selected .
+.Dv net.inet6.ip6.anonportalgo.selected .
 .It Dv IPV6_PORTRANGE Fa "int *"
 Get or set the allocation policy of ephemeral ports for when the kernel
 automatically binds a local address to this socket.

Reply via email to