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