diff --git a/man7/ipv6.7 b/man7/ipv6.7 index c53908317..5caa3ce03 100644 --- a/man7/ipv6.7 +++ b/man7/ipv6.7 @@ -4,7 +4,7 @@ .\" and in case of nontrivial modification author and date .\" of the modification is added to the header. .\" $Id: ipv6.7,v 1.3 2000/12/20 18:10:31 ak Exp $ -.TH IPV6 7 2012-05-10 "Linux" "Linux Programmer's Manual" +.TH IPV6 7 2012-10-12 "Linux" "Linux Programmer's Manual" .SH NAME ipv6 \- Linux IPv6 protocol implementation .SH SYNOPSIS @@ -141,7 +141,7 @@ structure. .\" FIXME IPV6_CHECKSUM is not documented, and probably should be .\" FIXME IPV6_JOIN_ANYCAST is not documented, and probably should be .\" FIXME IPV6_LEAVE_ANYCAST is not documented, and probably should be -.\" FIXME IPV6_RECVPKTINFO is not documented, and probably should be +.\" FIXME IPV6_PKTINFO is not documented, and probably should be .\" FIXME IPV6_2292PKTINFO is not documented, and probably should be .\" FIXME there are probably many other IPV6_* socket options that .\" should be documented @@ -183,10 +183,11 @@ in an integer. Control whether the socket sees multicast packets that it has send itself. Argument is a pointer to boolean. .TP -.B IPV6_PKTINFO +.BR IPV6_RECVPKTINFO " (since Linux 2.6.14)" Set delivery of the .B IPV6_PKTINFO control message on incoming datagrams. +Such control messages contain a struct in6_pktinfo, as per RFC 3542. Only allowed for .B SOCK_DGRAM or