summaryrefslogtreecommitdiffstats
path: root/share/man/man4/icmp6.4
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-06-15 13:31:23 +0000
committerru <ru@FreeBSD.org>2005-06-15 13:31:23 +0000
commit10fbbd3d56c4c76b1ca79d19b6f335ed48ec24da (patch)
tree58b1b51ae0cee4af458796860e303ff0d40670bc /share/man/man4/icmp6.4
parentca97309c812e566ddd642101a047711625b810c1 (diff)
downloadFreeBSD-src-10fbbd3d56c4c76b1ca79d19b6f335ed48ec24da.zip
FreeBSD-src-10fbbd3d56c4c76b1ca79d19b6f335ed48ec24da.tar.gz
Assorted markup fixes and minor wordsmithing.
Approved by: re
Diffstat (limited to 'share/man/man4/icmp6.4')
-rw-r--r--share/man/man4/icmp6.424
1 files changed, 16 insertions, 8 deletions
diff --git a/share/man/man4/icmp6.4 b/share/man/man4/icmp6.4
index d5c1be4..83aff0e 100644
--- a/share/man/man4/icmp6.4
+++ b/share/man/man4/icmp6.4
@@ -196,24 +196,32 @@ is modified to allow all message types.
Ignore all incoming messages.
.Va filterp
is modified to ignore all message types.
-.It Fn "void ICMP6_FILTER_SETPASS" "int type" \
- "struct icmp6_filter *filterp"
+.It Xo
+.Ft void
+.Fn ICMP6_FILTER_SETPASS "int type" "struct icmp6_filter *filterp"
+.Xc
Allow ICMPv6 messages with the given
.Fa type .
.Va filterp
is modified to allow such messages.
-.It Fn "void ICMP6_FILTER_SETBLOCK" "int type" \
- "struct icmp6_filter *filterp"
+.It Xo
+.Ft void
+.Fn ICMP6_FILTER_SETBLOCK" "int type" "struct icmp6_filter *filterp"
+.Xc
Ignore ICMPv6 messages with the given
.Fa type .
.Va filterp
is modified to ignore such messages.
-.It Fn "int ICMP6_FILTER_WILLPASS" "int type" \
- "const struct icmp6_filter *filterp"
+.It Xo
+.Ft int
+.Fn ICMP6_FILTER_WILLPASS" "int type" "const struct icmp6_filter *filterp"
+.Xc
Determine if the given filter will allow an ICMPv6 message of the given
type.
-.It Fn "int ICMP6_FILTER_WILLBLOCK" "int type" \
- "const struct icmp6_filter *filterp"
+.It Xo
+.Ft int
+.Fn ICMP6_FILTER_WILLBLOCK" "int type" "const struct icmp6_filter *filterp"
+.Xc
Determine if the given filter will ignore an ICMPv6 message of the given
type.
.El
OpenPOWER on IntegriCloud