diff options
author | maxim <maxim@FreeBSD.org> | 2002-09-22 11:30:51 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2002-09-22 11:30:51 +0000 |
commit | 4eff272870b85f70fa23f7374b23b5656faa0be6 (patch) | |
tree | 94df9c529fa46cd83a3af2f69599ce761874933c /sbin/ipfw/ipfw.8 | |
parent | 918629fa38ab732596a2a74421013a87dbca6b8d (diff) | |
download | FreeBSD-src-4eff272870b85f70fa23f7374b23b5656faa0be6.zip FreeBSD-src-4eff272870b85f70fa23f7374b23b5656faa0be6.tar.gz |
o Fix a typo.
o Remove EOL spaces.
Submitted by: Harold Gutch <logix@foobar.franken.de> (typo patch)
Approved by: luigi
MFC after: 3 days
Diffstat (limited to 'sbin/ipfw/ipfw.8')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index a25e9c7..4c9e141 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -589,7 +589,7 @@ unless there is a matching rule on that system to capture them. For packets forwarded locally, the local address of the socket will be set to the original destination address of the packet. -This makes the +This makes the .Xr netstat 1 entry look rather weird but is intended for use with transparent proxy servers. @@ -982,7 +982,7 @@ specified. Match packets with a given .Ar dst-mac and -Ar src-mac +.Ar src-mac addresses, specified as the .Cm any keyword (matching any MAC address), or six groups of hex digits @@ -1162,7 +1162,7 @@ which generated them; .El The set number of rules can be changed with the command .Pp -.Nm +.Nm .Cm set move .Brq Cm rule Ar rule-number | old-set .Cm to Ar new-set |