diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-08-31 04:46:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-08-31 04:46:33 +0000 |
commit | 51769eeea1a83327a45d2fac1ef331cd74ff4dcd (patch) | |
tree | 55720d55b2920d0e5d02e6f0a2e635d7060aaf18 | |
parent | a09b456942fab69b475d9e9e5c6b9d7e517bd06b (diff) |
IPV6_V6ONLY is defined in RFC 3493, not 3542;
from Kenji Rikitake, freebsd pr docs/134127
-rw-r--r-- | share/man/man4/ip6.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ip6.4 b/share/man/man4/ip6.4 index 798d05d25f6..2843f188276 100644 --- a/share/man/man4/ip6.4 +++ b/share/man/man4/ip6.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ip6.4,v 1.22 2007/05/31 19:19:50 jmc Exp $ +.\" $OpenBSD: ip6.4,v 1.23 2009/08/31 04:46:32 jmc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -26,7 +26,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 $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: August 31 2009 $ .Dt IP6 4 .Os .Sh NAME @@ -677,7 +677,7 @@ An ancillary data object was improperly formed. Most of the socket options are defined in RFC 2292 or RFC 2553. The .Dv IPV6_V6ONLY -socket option is defined in RFC 3542. +socket option is defined in RFC 3493. The .Dv IPV6_PORTRANGE socket option and the conflict resolution rule are not defined in the |