summaryrefslogtreecommitdiffstats
path: root/doc/user/rtmon.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/rtmon.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/rtmon.t')
-rw-r--r--doc/user/rtmon.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/rtmon.t b/doc/user/rtmon.t
index 23f08a4faf..bf42e075ff 100644
--- a/doc/user/rtmon.t
+++ b/doc/user/rtmon.t
@@ -834,6 +834,7 @@ constants, usage, and status codes.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_rate_monotonic_create
@example
rtems_status_code rtems_rate_monotonic_create(
rtems_name name,
@@ -877,6 +878,7 @@ preempted.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_rate_monotonic_ident
@example
rtems_status_code rtems_rate_monotonic_ident(
rtems_name name,
@@ -919,6 +921,7 @@ preempted.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_rate_monotonic_cancel
@example
rtems_status_code rtems_rate_monotonic_cancel(
rtems_id id
@@ -960,6 +963,7 @@ been created by the calling task.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_rate_monotonic_delete
@example
rtems_status_code rtems_rate_monotonic_delete(
rtems_id id
@@ -1000,6 +1004,7 @@ other than the task which created the period.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_rate_monotonic_period
@example
rtems_status_code rtems_rate_monotonic_period(
rtems_id id,
@@ -1051,6 +1056,7 @@ This directive will not cause the running task to be preempted.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_rate_monotonic_get_status
@example
rtems_status_code rtems_rate_monotonic_get_status(
rtems_id id,