From 87ed029c79514f1417fa42a1a3bda6c3716654f4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 2 Apr 1998 16:18:26 +0000 Subject: Added "findex" for all directive pages but it turns out that this blows up both makeinfo and texi2dvi. So I have commented them out. --- doc/user/rtmon.t | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/user/rtmon.t') 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, -- cgit v1.2.3