diff options
author | dd <dd@FreeBSD.org> | 2001-10-14 22:46:05 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-10-14 22:46:05 +0000 |
commit | 7d0e6121afbb6492e9c201fbcac008d169f79107 (patch) | |
tree | e76337f7d151b78c8dbdabc4b053e8cd2c7dfe56 | |
parent | 4ac82088dcddb945b64d88de15fa5db3b435dabc (diff) | |
download | FreeBSD-src-7d0e6121afbb6492e9c201fbcac008d169f79107.zip FreeBSD-src-7d0e6121afbb6492e9c201fbcac008d169f79107.tar.gz |
Repair typo.
PR: 31262
Submitted by: <swear@blarg.net>
-rw-r--r-- | sbin/ipfw/ipfw.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 3f4e545..8c56ba1 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -597,7 +597,7 @@ or .Cm xmit is used instead of .Cm via , -then the only receive or transmit interface (respectively) +then only the receive or transmit interface (respectively) is checked. By specifying both, it is possible to match packets based on both receive and transmit interface, e.g.: |