diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2003-07-08 13:24:42 +0000 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2003-07-08 13:24:42 +0000 |
commit | 63315d41e1f565621b288ce693a6e855c460f821 (patch) | |
tree | fe391934efc3eb39f57db8cf5b7eccea7eca887b /share | |
parent | 8104ded441c9e7786d10bbbf408fe78882903b95 (diff) | |
download | FreeBSD-src-63315d41e1f565621b288ce693a6e855c460f821.zip FreeBSD-src-63315d41e1f565621b288ce693a6e855c460f821.tar.gz |
Correct to match reality regarding interface names.
PR: 51006
Submitted by: "Dmitry Pryanishnikov" <dmitry@atlantis.dp.ua>
mdoc clue by: "Simon L. Nielsen" <simon@nitro.dk>
MFC after: 10 days
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/divert.4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/divert.4 b/share/man/man4/divert.4 index 0087ace..73a6cb1 100644 --- a/share/man/man4/divert.4 +++ b/share/man/man4/divert.4 @@ -50,9 +50,10 @@ and the IP address set to the (first) address of the interface on which the packet was received (if the packet was incoming) or .Dv INADDR_ANY -(if the packet was outgoing). In the case of an incoming packet the interface -name will also be placed in the 8 bytes following the address, -(assuming it fits). +(if the packet was outgoing). +The interface name (if defined +for the packet) will be placed in the 8 bytes following the address, +if it fits. .Sh WRITING PACKETS Writing to a divert socket is similar to writing to a raw IP socket; the packet is injected ``as is'' into the normal kernel IP packet |