summaryrefslogtreecommitdiffstats
path: root/lib/libalias
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-07-31 13:49:21 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-07-31 13:49:21 +0000
commitc07b9583c685b1acc1511f0ebd03093b40112387 (patch)
tree67c0d1f820004908d7287ccbcb82a502c220101d /lib/libalias
parentd18ce92d580ccae82a3d998f6127986ad1690a09 (diff)
downloadFreeBSD-src-c07b9583c685b1acc1511f0ebd03093b40112387.zip
FreeBSD-src-c07b9583c685b1acc1511f0ebd03093b40112387.tar.gz
Whitespace only:
Fix an overlong line and trailing whitespace that crept in, in the previous commit.
Diffstat (limited to 'lib/libalias')
-rw-r--r--lib/libalias/libalias.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libalias/libalias.3 b/lib/libalias/libalias.3
index 0090387..1b2f81f 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
OpenPOWER on IntegriCloud