summaryrefslogtreecommitdiffstats
path: root/doc/user/event.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/event.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/event.t')
-rw-r--r--doc/user/event.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/user/event.t b/doc/user/event.t
index fb8fe780ac..325215e4b0 100644
--- a/doc/user/event.t
+++ b/doc/user/event.t
@@ -190,6 +190,7 @@ and status codes.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_event_send
@example
rtems_status_code rtems_event_send (
rtems_id id,
@@ -246,7 +247,8 @@ remote node to send the event set to the appropriate task.
@subheading CALLING SEQUENCE:
@ifset is-C
-@example
+@c @findex rtems_event_receive
+@example
rtems_status_code rtems_event_receive (
rtems_event_set event_in,
rtems_option option_set,