diff options
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/icmp6.4 | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/share/man/man4/icmp6.4 b/share/man/man4/icmp6.4 index 0f694cf9e51..a4ac18b17b4 100644 --- a/share/man/man4/icmp6.4 +++ b/share/man/man4/icmp6.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: icmp6.4,v 1.13 2003/06/06 10:29:41 jmc Exp $ +.\" $OpenBSD: icmp6.4,v 1.14 2003/06/26 19:54:35 jmc Exp $ .\" $KAME: icmp6.4,v 1.3 2000/11/24 08:44:40 itojun Exp $ .\" .\" Copyright (C) 1999 WIDE Project. @@ -142,17 +142,23 @@ and an option name of Six macros operate on an icmp6_filter structure: .\" is "Fn" legal for macros? .Bl -item -compact -offset indent -.It Ft void +.It +.Ft void .Fn ICMP6_FILTER_SETPASSALL "struct icmp6_filter *" -.It Ft void +.It +.Ft void .Fn ICMP6_FILTER_SETBLOCKALL "struct icmp6_filter *" -.It Ft void +.It +.Ft void .Fn ICMP6_FILTER_SETPASS "int" "struct icmp6_filter *" -.It Ft void +.It +.Ft void .Fn ICMP6_FILTER_SETBLOCK "int" "struct icmp6_filter *" -.It Ft int +.It +.Ft int .Fn ICMP6_FILTER_WILLPASS "int" "const struct icmp6_filter *" -.It Ft int +.It +.Ft int .Fn ICMP6_FILTER_WILLBLOCK "int" "const struct icmp6_filter *" .El .Pp |