aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2003-06-08 09:53:08 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2003-06-08 09:53:08 +0000
commit9703a107f2aaf3a6ba28fdf62e7ca9170a508cc1 (patch)
treee6d84baa8d21d8ba534464b21d1f66cf6cc7b388 /lib
parentc6e69125124e8542e91866d866724dee4c1ee16f (diff)
downloadsrc-9703a107f2aaf3a6ba28fdf62e7ca9170a508cc1.tar.gz
src-9703a107f2aaf3a6ba28fdf62e7ca9170a508cc1.zip
The .Fn function
Notes
Notes: svn path=/head/; revision=116020
Diffstat (limited to 'lib')
-rw-r--r--lib/libalias/libalias.310
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libalias/libalias.3 b/lib/libalias/libalias.3
index 6eb4f4b71bb3..b6bd7851c529 100644
--- a/lib/libalias/libalias.3
+++ b/lib/libalias/libalias.3
@@ -98,9 +98,10 @@ below for the meaning of these mode bits.
.Pp
This function will always return the packet aliasing engine to the same
initial state.
+The
.Fn PacketAliasSetAddress
-is normally called afterwards, and any desired changes from the default mode
-bits listed above require a call to
+function is normally called afterwards, and any desired changes from the
+default mode bits listed above require a call to
.Fn PacketAliasSetMode .
.Pp
It is mandatory that this function be called at the beginning of a program
@@ -781,9 +782,10 @@ returns
Once a fragment pointer is retrieved, it becomes the calling program's
responsibility to free the dynamically allocated memory for the fragment.
.Pp
+The
.Fn PacketAliasGetFragment
-can be called sequentially until there are no more fragments available,
-at which time it returns
+function can be called sequentially until there are no more fragments
+available, at which time it returns
.Dv NULL .
.Ed
.Pp