Fix sockopt name: ICMPV6_FILTER -> ICMP6_FILTER
authorjca <jca@openbsd.org>
Sat, 16 Jul 2016 18:55:55 +0000 (18:55 +0000)
committerjca <jca@openbsd.org>
Sat, 16 Jul 2016 18:55:55 +0000 (18:55 +0000)
share/man/man4/icmp6.4

index 5a742f3..0eab1f4 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: icmp6.4,v 1.29 2014/01/21 03:15:46 schwarze Exp $
+.\"    $OpenBSD: icmp6.4,v 1.30 2016/07/16 18:55:55 jca Exp $
 .\"    $KAME: icmp6.4,v 1.6 2004/12/27 05:30:56 itojun Exp $
 .\"
 .\" Copyright (c) 1986, 1991, 1993
@@ -27,7 +27,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: January 21 2014 $
+.Dd $Mdocdate: July 16 2016 $
 .Dt ICMP6 4
 .Os
 .Sh NAME
@@ -222,7 +222,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.