diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2006-10-16 04:55:22 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2006-10-16 04:55:22 +0000 |
commit | 6658a64f042164a1fcda575cd5548c1b560c2eb1 (patch) | |
tree | 8458dc6e9aa7008a3583ba8823824508c68bc6ae /lib/libc/gen | |
parent | 2a997c6007e51a7292961e201886025e4f202e17 (diff) |
s/ip/ip6/
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index c93d85f7695..fdb9ad92689 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.160 2006/10/16 04:46:15 mcbride Exp $ +.\" $OpenBSD: sysctl.3,v 1.161 2006/10/16 04:55:21 mcbride Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1740,7 +1740,7 @@ The flag is provided basically for avoiding possible DoS attacks. If set to 1, then multicast forwarding is enabled for the host. The default is 0. .Pp -.It Li ip.multipath +.It Li ip6.multipath This variable enables multipath routing for IPv6 addresses. If set to 0, only the first route selected will be used for a given destination regardless of how many routes exist in the routing table. |