summaryrefslogtreecommitdiffstats
path: root/doc/user/timer.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/timer.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/timer.t')
-rw-r--r--doc/user/timer.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/user/timer.t b/doc/user/timer.t
index ef28df6b09..a962512925 100644
--- a/doc/user/timer.t
+++ b/doc/user/timer.t
@@ -158,6 +158,7 @@ and status codes.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_timer_create
@example
rtems_status_code rtems_timer_create(
rtems_name name,
@@ -200,6 +201,7 @@ preempted.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_timer_ident
@example
rtems_status_code rtems_timer_ident(
rtems_name name,
@@ -242,6 +244,7 @@ preempted.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_timer_cancel
@example
rtems_status_code rtems_timer_cancel(
rtems_id id
@@ -279,6 +282,7 @@ This directive will not cause the running task to be preempted.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_timer_delete
@example
rtems_status_code rtems_timer_delete(
rtems_id id
@@ -319,6 +323,7 @@ which created the timer.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_timer_fire_after
@example
rtems_status_code rtems_timer_fire_after(
rtems_id id,
@@ -366,6 +371,7 @@ preempted.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_timer_fire_when
@example
rtems_status_code rtems_timer_fire_when(
rtems_id id,
@@ -414,6 +420,7 @@ preempted.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_timer_reset
@example
rtems_status_code rtems_timer_reset(
rtems_id id