summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/memorypool.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/itron3.0/memorypool.t')
-rw-r--r--doc/itron3.0/memorypool.t42
1 files changed, 21 insertions, 21 deletions
diff --git a/doc/itron3.0/memorypool.t b/doc/itron3.0/memorypool.t
index 3aa9c407a4..3e6fe64480 100644
--- a/doc/itron3.0/memorypool.t
+++ b/doc/itron3.0/memorypool.t
@@ -16,13 +16,13 @@ memory pool manager is ...
The services provided by the memory pool manager are:
@itemize @bullet
-@item @code{cre_mpl} - Create Variable-Size Memorypool
-@item @code{del_mpl} - Delete Variable-Size Memorypool
-@item @code{get_blk} - Get Variable-Size Memory Block Poll and Get Variable-Size Memory Block Get Variable-Size Memory Block with Timeout
-@item @code{pget_blk} - Poll and Get Variable-Size Memory Block
-@item @code{tget_blk} - Get Variable-Size Memory Block with Timeout
-@item @code{rel_blk} - Release Variable-Size Memory Block
-@item @code{ref_mpl} - Reference Variable-Size Memorypool Status
+@item @code{cre_mpl} - Create Variable-Size Memorypool
+@item @code{del_mpl} - Delete Variable-Size Memorypool
+@item @code{get_blk} - Get Variable-Size Memory Block
+@item @code{pget_blk} - Poll and Get Variable-Size Memory Block
+@item @code{tget_blk} - Get Variable-Size Memory Block with Timeout
+@item @code{rel_blk} - Release Variable-Size Memory Block
+@item @code{ref_mpl} - Reference Variable-Size Memorypool Status
@end itemize
@section Background
@@ -42,14 +42,14 @@ and status codes.
@c
@page
-@subsection cre_mpl - Create Variable-Size Memorypool
+@subsection cre_mpl - Create Variable-Size Memorypool
@subheading CALLING SEQUENCE:
@ifset is-C
@example
ER cre_mpl (
- ID mplid, T_CMPL *pk_cmpl
+ ID mplid, T_CMPL *pk_cmpl
);
@end example
@end ifset
@@ -71,14 +71,14 @@ ER cre_mpl (
@c
@page
-@subsection del_mpl - Delete Variable-Size Memorypool
+@subsection del_mpl - Delete Variable-Size Memorypool
@subheading CALLING SEQUENCE:
@ifset is-C
@example
ER del_mpl (
- ID mplid
+ ID mplid
);
@end example
@end ifset
@@ -100,14 +100,14 @@ ER del_mpl (
@c
@page
-@subsection get_blk - Get Variable-Size Memory Block Poll and Get Variable-Size Memory Block Get Variable-Size Memory Block with Timeout
+@subsection get_blk - Get Variable-Size Memory Block Poll and Get Variable-Size Memory Block Get Variable-Size Memory Block with Timeout
@subheading CALLING SEQUENCE:
@ifset is-C
@example
ER get_blk (
- VP *p_blk, ID mplid, INT blksz ER ercd =pget_blk
+ VP *p_blk, ID mplid, INT blksz ER ercd =pget_blk
);
@end example
@end ifset
@@ -129,14 +129,14 @@ ER get_blk (
@c
@page
-@subsection pget_blk - Poll and Get Variable-Size Memory Block
+@subsection pget_blk - Poll and Get Variable-Size Memory Block
@subheading CALLING SEQUENCE:
@ifset is-C
@example
ER ercd =pget_blk (
- VP *p_blk, ID mplid, INT blksz
+ VP *p_blk, ID mplid, INT blksz
);
@end example
@end ifset
@@ -158,14 +158,14 @@ ER ercd =pget_blk (
@c
@page
-@subsection tget_blk - Get Variable-Size Memory Block with Timeout
+@subsection tget_blk - Get Variable-Size Memory Block with Timeout
@subheading CALLING SEQUENCE:
@ifset is-C
@example
ER ercd =tget_blk (
- VP *p_blk, ID mplid, INT blksz, TMO tmout
+ VP *p_blk, ID mplid, INT blksz, TMO tmout
);
@end example
@end ifset
@@ -187,14 +187,14 @@ ER ercd =tget_blk (
@c
@page
-@subsection rel_blk - Release Variable-Size Memory Block
+@subsection rel_blk - Release Variable-Size Memory Block
@subheading CALLING SEQUENCE:
@ifset is-C
@example
ER rel_blk (
- ID mplid, VP blk
+ ID mplid, VP blk
);
@end example
@end ifset
@@ -216,14 +216,14 @@ ER rel_blk (
@c
@page
-@subsection ref_mpl - Reference Variable-Size Memorypool Status
+@subsection ref_mpl - Reference Variable-Size Memorypool Status
@subheading CALLING SEQUENCE:
@ifset is-C
@example
ER ref_mpl (
- T_RMPL *pk_rmpl, ID mplid
+ T_RMPL *pk_rmpl, ID mplid
);
@end example
@end ifset