summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjca <jca@openbsd.org>2016-07-16 18:55:55 +0000
committerjca <jca@openbsd.org>2016-07-16 18:55:55 +0000
commit6e164ab35a9c3774003dbd882f64b361e2d2d55e (patch)
tree1b5e13c0970e296d7c474172f935a4a212685c48
parentremove an unused parameter that wasn't handled during a previous refactor (diff)
downloadwireguard-openbsd-6e164ab35a9c3774003dbd882f64b361e2d2d55e.tar.xz
wireguard-openbsd-6e164ab35a9c3774003dbd882f64b361e2d2d55e.zip
Fix sockopt name: ICMPV6_FILTER -> ICMP6_FILTER
-rw-r--r--share/man/man4/icmp6.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/icmp6.4 b/share/man/man4/icmp6.4
index 5a742f3b65e..0eab1f40620 100644
--- a/share/man/man4/icmp6.4
+++ b/share/man/man4/icmp6.4
@@ -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.