diff options
author | ru <ru@FreeBSD.org> | 2005-06-14 11:24:56 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-06-14 11:24:56 +0000 |
commit | 064bdbb8144db228dcccdbb5da8a461f3a61155d (patch) | |
tree | 02926942e65a111e3a0a0698f79f43ec67129636 /sbin/ipfw | |
parent | 5c7da1168941bb3997a18d803669bd5738a558f1 (diff) | |
download | FreeBSD-src-064bdbb8144db228dcccdbb5da8a461f3a61155d.zip FreeBSD-src-064bdbb8144db228dcccdbb5da8a461f3a61155d.tar.gz |
Markup fixes.
Approved by: re (blanket)
Diffstat (limited to 'sbin/ipfw')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 86d89d3..bc41aad 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -351,7 +351,7 @@ is invoked from but the same packets will have the MAC header stripped off when .Nm is invoked from -.Cm ip_input() +.Cm ip_input() or .Cm ip6_input() . .Pp @@ -816,14 +816,14 @@ Rule fields have the following meaning: .It Ar protocol : Oo Cm not Oc Ar protocol-name | protocol-number An IP protocol specified by number or name (for a complete list see -.Pa /etc/protocols ) , +.Pa /etc/protocols ) , or one of the following keywords: -.Bl -tag -width indent +.Bl -tag -width indent .It Cm ip4 | ipv4 Matches IPv4 packets. .It Cm ip6 | ipv6 Matches IPv6 packets. -.It Cm ip | all +.It Cm ip | all Matches any packet. .El .Pp |