Whitespace only:
Fix an overlong line and trailing whitespace that crept in, in the previous commit.
This commit is contained in:
parent
15d51f1af8
commit
316dbe7b07
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user