summaryrefslogtreecommitdiffstats
path: root/doc/user/msg.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-02 16:18:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-02 16:18:26 +0000
commit87ed029c79514f1417fa42a1a3bda6c3716654f4 (patch)
tree35f31e44574cbbad4129c9f90200de60f5f9b19c /doc/user/msg.t
parentAdded copy of HELP.html. (diff)
downloadrtems-87ed029c79514f1417fa42a1a3bda6c3716654f4.tar.bz2
Added "findex" for all directive pages but it turns out that this
blows up both makeinfo and texi2dvi. So I have commented them out.
Diffstat (limited to 'doc/user/msg.t')
-rw-r--r--doc/user/msg.t9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/user/msg.t b/doc/user/msg.t
index 8aec835294..b593e17bf5 100644
--- a/doc/user/msg.t
+++ b/doc/user/msg.t
@@ -217,6 +217,7 @@ constants, usage, and status codes.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_message_queue_create
@example
rtems_status_code rtems_message_queue_create(
rtems_name name,
@@ -302,6 +303,7 @@ configuration table.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_message_queue_ident
@example
rtems_status_code rtems_message_queue_ident(
rtems_name name,
@@ -359,6 +361,7 @@ table.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_message_queue_delete
@example
rtems_status_code rtems_message_queue_delete(
rtems_id id
@@ -420,6 +423,7 @@ reclaimed when the message queue is deleted.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_message_queue_send
@example
rtems_status_code rtems_message_queue_send(
rtems_id id,
@@ -478,6 +482,7 @@ proxy used to represent the task is reclaimed.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_message_queue_urgent
@example
rtems_status_code rtems_message_queue_urgent(
rtems_id id,
@@ -537,6 +542,7 @@ proxy used to represent the task is reclaimed.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_message_queue_broadcast
@example
rtems_status_code rtems_message_queue_broadcast(
rtems_id id,
@@ -600,6 +606,7 @@ proxy used to represent the task is reclaimed.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_message_queue_receive
@example
rtems_status_code rtems_message_queue_receive(
rtems_id id,
@@ -686,6 +693,7 @@ this directive.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_message_queue_get_number_pending
@example
rtems_status_code rtems_message_queue_get_number_pending(
rtems_id id,
@@ -728,6 +736,7 @@ the specified message queue.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_message_queue_flush
@example
rtems_status_code rtems_message_queue_flush(
rtems_id id,