diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-31 13:49:21 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-07-31 13:49:21 +0000 |
| commit | 71845bffc32b8daa9bdfa772a38d01919686d4b7 (patch) | |
| tree | c94571c663f3e8fc0e7a128d97ecc1f2fb508f3f /lib | |
| parent | c4ac87ea1cc7d7cc0e749c7a197816e44e692980 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libalias/libalias.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libalias/libalias.3 b/lib/libalias/libalias.3 index 0090387b5282..1b2f81f0075c 100644 --- a/lib/libalias/libalias.3 +++ b/lib/libalias/libalias.3 @@ -812,14 +812,14 @@ will return zero. .Ft int .Fn PacketUnaliasOut "char *buffer" "int maxpacketsize" .Bd -ragged -offset indent -An outgoing packet, which has already been aliased, has its private address/port -information restored by this function. +An outgoing packet, which has already been aliased, +has its private address/port information restored by this function. The IP packet is pointed to by .Fa buffer , and .Fa maxpacketsize -is provided for error checking purposes. -This function can be used if an already-aliased packet needs to have its +is provided for error checking purposes. +This function can be used if an already-aliased packet needs to have its original IP header restored for further processing (eg. logging). .Ed .Sh BUGS |
