diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2002-09-25 07:03:24 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2002-09-25 07:03:24 +0000 |
| commit | 39b71d2b18652a9c6fd233524299ea36e34c5aa9 (patch) | |
| tree | 2a8f53216c9beb35e9968d29c27dffe97e28e978 | |
| parent | e2b02502ce40423671c688ef6b1e9b2e0a4709fd (diff) | |
Notes
| -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 6fb8b7966357..dbb761135262 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. @@ -968,7 +968,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 @@ -1148,7 +1148,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 |
