summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/mailbox.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/itron3.0/mailbox.t')
-rw-r--r--doc/itron3.0/mailbox.t42
1 files changed, 21 insertions, 21 deletions
diff --git a/doc/itron3.0/mailbox.t b/doc/itron3.0/mailbox.t
index e37d46a20b..9b838a4a6f 100644
--- a/doc/itron3.0/mailbox.t
+++ b/doc/itron3.0/mailbox.t
@@ -16,13 +16,13 @@ mailbox manager is ...
The services provided by the mailbox manager are:
@itemize @bullet
-@item @code{cre_mbx} - Create Mailbox
-@item @code{del_mbx} - Delete Mailbox
-@item @code{snd_msg} - Send Message to Mailbox
-@item @code{rcv_msg} - Poll and Receive Message from Mailbox Receive Message from Mailbox Receive Message from Mailbox with Timeout
-@item @code{prcv_msg} - Poll and Receive Message from Mailbox
-@item @code{trcv_msg} - Receive Message from Mailbox with Timeout
-@item @code{ref_mbx} - Reference Mailbox Status
+@item @code{cre_mbx} - Create Mailbox
+@item @code{del_mbx} - Delete Mailbox
+@item @code{snd_msg} - Send Message to Mailbox
+@item @code{rcv_msg} - Receive Message from Mailbox
+@item @code{prcv_msg} - Poll and Receive Message from Mailbox
+@item @code{trcv_msg} - Receive Message from Mailbox with Timeout
+@item @code{ref_mbx} - Reference Mailbox Status
@end itemize
@section Background
@@ -42,14 +42,14 @@ and status codes.
@c
@page
-@subsection cre_mbx - Create Mailbox
+@subsection cre_mbx - Create Mailbox
@subheading CALLING SEQUENCE:
@ifset is-C
@example
ER cre_mbx (
- ID mbxid, T_CMBX* pk_cmbx
+ ID mbxid, T_CMBX* pk_cmbx
);
@end example
@end ifset
@@ -71,14 +71,14 @@ ER cre_mbx (
@c
@page
-@subsection del_mbx - Delete Mailbox
+@subsection del_mbx - Delete Mailbox
@subheading CALLING SEQUENCE:
@ifset is-C
@example
ER del_mbx (
- ID mbxid
+ ID mbxid
);
@end example
@end ifset
@@ -100,14 +100,14 @@ ER del_mbx (
@c
@page
-@subsection snd_msg - Send Message to Mailbox
+@subsection snd_msg - Send Message to Mailbox
@subheading CALLING SEQUENCE:
@ifset is-C
@example
ER snd_msg (
- ID mbxid, T_MSG *pk_msg
+ ID mbxid, T_MSG *pk_msg
);
@end example
@end ifset
@@ -129,14 +129,14 @@ ER snd_msg (
@c
@page
-@subsection rcv_msg - Poll and Receive Message from Mailbox Receive Message from Mailbox Receive Message from Mailbox with Timeout
+@subsection rcv_msg - Poll and Receive Message from Mailbox Receive Message from Mailbox Receive Message from Mailbox with Timeout
@subheading CALLING SEQUENCE:
@ifset is-C
@example
ER rcv_msg (
- T_MSG **ppk_msg, ID mbxid ER ercd =prcv_msg
+ T_MSG **ppk_msg, ID mbxid ER ercd =prcv_msg
);
@end example
@end ifset
@@ -158,14 +158,14 @@ ER rcv_msg (
@c
@page
-@subsection prcv_msg - Poll and Receive Message from Mailbox
+@subsection prcv_msg - Poll and Receive Message from Mailbox
@subheading CALLING SEQUENCE:
@ifset is-C
@example
ER ercd =prcv_msg (
- T_MSG **ppk_msg, ID mbxid
+ T_MSG **ppk_msg, ID mbxid
);
@end example
@end ifset
@@ -187,14 +187,14 @@ ER ercd =prcv_msg (
@c
@page
-@subsection trcv_msg - Receive Message from Mailbox with Timeout
+@subsection trcv_msg - Receive Message from Mailbox with Timeout
@subheading CALLING SEQUENCE:
@ifset is-C
@example
ER ercd =trcv_msg (
- T_MSG **ppk_msg, ID mbxid, TMO tmout
+ T_MSG **ppk_msg, ID mbxid, TMO tmout
);
@end example
@end ifset
@@ -216,14 +216,14 @@ ER ercd =trcv_msg (
@c
@page
-@subsection ref_mbx - Reference Mailbox Status
+@subsection ref_mbx - Reference Mailbox Status
@subheading CALLING SEQUENCE:
@ifset is-C
@example
ER ref_mbx (
- T_RMBX *pk_rmbx, ID mbxid
+ T_RMBX *pk_rmbx, ID mbxid
);
@end example
@end ifset