Date: Thu, 08 Nov 2012 01:38:53 +0100 From: =?utf-8?Q?Fr=C3=A9d=C3=A9ric_Perrin?= <frederic.perrin@resel.fr> To: freebsd-net@freebsd.org Subject: Typo in man page for icmp6 Message-ID: <86r4o5x71e.fsf@antre.fperrin.net>
next in thread | raw e-mail | index | archive | help
Hi list, In the man page for icmp6(4), the setsockopt() option name is ICMP6_FILTER, not ICMPV6_FILTER (RFC3542 and netinet6/in6.h agree). --- /usr/src/share/man/man4/icmp6.4 2012-01-03 04:25:44.000000000 +0100 +++ icmp6.4 2012-11-08 01:02:45.799293040 +0100 @@ -234,7 +234,7 @@ option level .Dv IPPROTO_ICMPV6 and name -.Dv ICMPV6_FILTER +.Dv ICMP6_FILTER with a pointer to the .Vt icmp6_filter structure as the option value. -- Fred
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86r4o5x71e.fsf>