diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2002-05-30 07:01:58 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2002-05-30 07:01:58 +0000 |
commit | 61c2113b0f65a0243eeb8185344ce14acb6158f9 (patch) | |
tree | a9cddd449685a40d3ffc48204562f00355e147fe /sbin/ip6fw | |
parent | f0facdc5dd1763536763ab47d1a5bc11e3acd256 (diff) | |
download | FreeBSD-src-61c2113b0f65a0243eeb8185344ce14acb6158f9.zip FreeBSD-src-61c2113b0f65a0243eeb8185344ce14acb6158f9.tar.gz |
Fix typos (s/IP6FILREWALL_VERBOSE/IPV6FIREWALL_VERBOSE/, s/netinet/netinet6/).
MFC after: 1 week
Diffstat (limited to 'sbin/ip6fw')
-rw-r--r-- | sbin/ip6fw/ip6fw.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ip6fw/ip6fw.8 b/sbin/ip6fw/ip6fw.8 index 7d2c6eb..62bb455 100644 --- a/sbin/ip6fw/ip6fw.8 +++ b/sbin/ip6fw/ip6fw.8 @@ -248,13 +248,13 @@ or higher. .El .Pp If the kernel was compiled with -.Dv IP6FIREWALL_VERBOSE , +.Dv IPV6FIREWALL_VERBOSE , then when a packet matches a rule with the .Dq log keyword or a clear/resetlog is performed, a message will be logged to .Xr syslogd 8 , or, if that fails, to the console. If the kernel was compiled with the -.Dv IP6FIREWALL_VERBOSE_LIMIT +.Dv IPV6FIREWALL_VERBOSE_LIMIT option, then logging will cease after the number of packets specified by the option are received for that particular chain entry. @@ -326,9 +326,9 @@ Service names (from may be used instead of numeric port values. A range may only be specified as the first value, and the length of the port list is limited to -.Dv IP6_FW_MAX_PORTS +.Dv IPV6_FW_MAX_PORTS (as defined in -.Pa /usr/src/sys/netinet/ip6_fw.h ) +.Pa /usr/src/sys/netinet6/ip6_fw.h ) ports. .Pp Fragmented packets which have a non-zero offset (i.e. not the first |