summaryrefslogtreecommitdiffstats
path: root/doc/user/sem.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/sem.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/sem.t')
-rw-r--r--doc/user/sem.t5
1 files changed, 5 insertions, 0 deletions
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