diff options
author | joel <joel@FreeBSD.org> | 2006-05-22 07:36:45 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2006-05-22 07:36:45 +0000 |
commit | 04beefe3f75547ae3500d4e4a187810d08831fe6 (patch) | |
tree | 27226fa300a7df710e8103a18fb5035fb295f6ec /usr.sbin/ipfwpcap | |
parent | 37ac0ad7307af5215cc5fd9757981b12b480a0a1 (diff) | |
download | FreeBSD-src-04beefe3f75547ae3500d4e4a187810d08831fe6.zip FreeBSD-src-04beefe3f75547ae3500d4e4a187810d08831fe6.tar.gz |
s/packages/packets/
Noticed by: maxim
Diffstat (limited to 'usr.sbin/ipfwpcap')
-rw-r--r-- | usr.sbin/ipfwpcap/ipfwpcap.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ipfwpcap/ipfwpcap.8 b/usr.sbin/ipfwpcap/ipfwpcap.8 index 3c77611..0bd4256 100644 --- a/usr.sbin/ipfwpcap/ipfwpcap.8 +++ b/usr.sbin/ipfwpcap/ipfwpcap.8 @@ -49,7 +49,7 @@ The interesting packets are diverted by to a port on which .Nm listens. -The packages are then dropped unless +The packets are then dropped unless .Fl r is used. .Pp @@ -88,7 +88,7 @@ argument specifies which socket port to listen on. The .Ar dumpfile -argument is the path to the file to write captured packages to. +argument is the path to the file to write captured packets to. Specify .Sq Li - to write to stdout. |