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/part.t | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/user/part.t') diff --git a/doc/user/part.t b/doc/user/part.t index 9ef45315eb..412a3a57c9 100644 --- a/doc/user/part.t +++ b/doc/user/part.t @@ -129,6 +129,7 @@ constants, usage, and status codes. @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_partition_create @example rtems_status_code rtems_partition_create( rtems_name name, @@ -215,6 +216,7 @@ the Configuration Table. @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_partition_ident @example rtems_status_code rtems_partition_ident( rtems_name name, @@ -272,6 +274,7 @@ table. @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_partition_delete @example rtems_status_code rtems_partition_delete( rtems_id id @@ -323,6 +326,7 @@ the partition was created with the @code{@value{RPREFIX}GLOBAL} option. @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_partition_get_buffer @example rtems_status_code rtems_partition_get_buffer( rtems_id id, @@ -371,6 +375,7 @@ remote node to allocate a buffer from the specified partition. @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_partition_return_buffer @example rtems_status_code rtems_partition_return_buffer( rtems_id id, -- cgit v1.2.3