Whitespace only:

Fix an overlong line and trailing whitespace that crept in, in the
previous commit.
This commit is contained in:
Sheldon Hearn 2000-07-31 13:49:21 +00:00
parent c4ac87ea1c
commit 71845bffc3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64061
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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