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/sem.t | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/user/sem.t') diff --git a/doc/user/sem.t b/doc/user/sem.t index 8f63cdc727..679fc621a6 100644 --- a/doc/user/sem.t +++ b/doc/user/sem.t @@ -366,6 +366,7 @@ constants, usage, and status codes. @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_semaphore_create @example rtems_status_code rtems_semaphore_create( rtems_name name, @@ -467,6 +468,7 @@ the Configuration Table. @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_semaphore_ident @example rtems_status_code rtems_semaphore_ident( rtems_name name, @@ -524,6 +526,7 @@ table. @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_semaphore_delete @example rtems_status_code rtems_semaphore_delete( rtems_id id @@ -582,6 +585,7 @@ reclaimed when the semaphore is deleted. @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_semaphore_obtain @example rtems_status_code rtems_semaphore_obtain( rtems_id id, @@ -671,6 +675,7 @@ this directive. @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_semaphore_release @example rtems_status_code rtems_semaphore_release( rtems_id id -- cgit v1.2.3