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).
This commit is contained in:
bde 2000-05-11 16:22:38 +00:00
parent eae1aa7098
commit 0cc0bf41fa

View File

@ -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