summaryrefslogtreecommitdiffstats
path: root/share/man/man4/icmp6.4
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-05-11 16:22:38 +0000
committerbde <bde@FreeBSD.org>2000-05-11 16:22:38 +0000
commit0cc0bf41faf1161481e6f6aeb0f4b7e48379fe1a (patch)
tree7758d53073b0a9a7e447403d1e8362aa9aeb8d93 /share/man/man4/icmp6.4
parenteae1aa7098f26d3c38031f14f3c8b25984f1af6b (diff)
downloadFreeBSD-src-0cc0bf41faf1161481e6f6aeb0f4b7e48379fe1a.zip
FreeBSD-src-0cc0bf41faf1161481e6f6aeb0f4b7e48379fe1a.tar.gz
Abuse .Ft and .Fn for macros in the usual way (name the macro parameters,
and don't use .It for the macro pseudo-return type).
Diffstat (limited to 'share/man/man4/icmp6.4')
-rw-r--r--share/man/man4/icmp6.424
1 files changed, 12 insertions, 12 deletions
diff --git a/share/man/man4/icmp6.4 b/share/man/man4/icmp6.4
index c66ab30..6734092 100644
--- a/share/man/man4/icmp6.4
+++ b/share/man/man4/icmp6.4
@@ -150,18 +150,18 @@ 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
-.Fn ICMP6_FILTER_SETPASSALL "struct icmp6_filter *"
-.It Ft void
-.Fn ICMP6_FILTER_SETBLOCKALL "struct icmp6_filter *"
-.It Ft void
-.Fn ICMP6_FILTER_SETPASS "int" "struct icmp6_filter *"
-.It Ft void
-.Fn ICMP6_FILTER_SETBLOCK "int" "struct icmp6_filter *"
-.It Ft int
-.Fn ICMP6_FILTER_WILLPASS "int" "const struct icmp6_filter *"
-.It Ft int
-.Fn ICMP6_FILTER_WILLBLOCK "int" "const struct icmp6_filter *"
+.Ft void
+.Fn ICMP6_FILTER_SETPASSALL "struct icmp6_filter *filterp"
+.Ft void
+.Fn ICMP6_FILTER_SETBLOCKALL "struct icmp6_filter *filterp"
+.Ft void
+.Fn ICMP6_FILTER_SETPASS "int type" "struct icmp6_filter *filterp"
+.Ft void
+.Fn ICMP6_FILTER_SETBLOCK "int type" "struct icmp6_filter *filterp"
+.Ft int
+.Fn ICMP6_FILTER_WILLPASS "int type" "const struct icmp6_filter *filterp"
+.Ft int
+.Fn ICMP6_FILTER_WILLBLOCK "int type" "const struct icmp6_filter *filterp"
.El
.Pp
The first argument to the last four macros
OpenPOWER on IntegriCloud