Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2012 18:21:29 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r243817 - stable/7/share/man/man4
Message-ID:  <201212031821.qB3ILTeE001478@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Mon Dec  3 18:21:29 2012
New Revision: 243817
URL: http://svnweb.freebsd.org/changeset/base/243817

Log:
  MFC r242728:
  
  ICMPV6_FILTER should read ICMP6_FILTER.
  
  Submitted by:	Frédéric Perrin <frederic.perrin resel.fr>

Modified:
  stable/7/share/man/man4/icmp6.4
Directory Properties:
  stable/7/share/man/man4/   (props changed)

Modified: stable/7/share/man/man4/icmp6.4
==============================================================================
--- stable/7/share/man/man4/icmp6.4	Mon Dec  3 18:20:52 2012	(r243816)
+++ stable/7/share/man/man4/icmp6.4	Mon Dec  3 18:21:29 2012	(r243817)
@@ -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 
 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212031821.qB3ILTeE001478>