From 2c862c979c2c0b3ab4ebe05ce1c3a90e80ecc841 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Thu, 8 Nov 2012 00:54:43 +0000 Subject: [PATCH] ICMPV6_FILTER should read ICMP6_FILTER. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Submitted by: Frédéric Perrin MFC after: 2 weeks --- share/man/man4/icmp6.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man4/icmp6.4 b/share/man/man4/icmp6.4 index 1c6026f8fb2..b052fc987ce 100644 --- a/share/man/man4/icmp6.4 +++ b/share/man/man4/icmp6.4 @@ -30,7 +30,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 20, 2004 +.Dd November 7, 2012 .Dt ICMP6 4 .Os .Sh NAME @@ -234,7 +234,7 @@ calls may be used to obtain and install the filter on ICMPv6 sockets at 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.