Fix for Debian bug #472447 reported by David Madore <david.madore@xxxxxx> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472447 Signed-off-by: Stéphane Aulery <saulery@xxxxxxx> --- man7/ipv6.7 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/man7/ipv6.7 b/man7/ipv6.7 index c4e6cac..16c760b 100644 --- a/man7/ipv6.7 +++ b/man7/ipv6.7 @@ -393,6 +393,18 @@ Programs that assume that all address types can be stored safely in a need to be changed to use .I struct sockaddr_storage for that instead. +.PP +.BR SOL_IP , +.BR SOL_IPV6 , +.B SOL_ICMPV6 +and other +.BR SOL_ * +socket options are not portable +variants of +.BR IPPROTO_ *. +For more information, see +.BR ip (7), +glibc and kernel headers. .SH BUGS The IPv6 extended API as in RFC\ 2292 is currently only partly implemented; -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html