summaryrefslogtreecommitdiffstats
path: root/doc/user/dpmem.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/dpmem.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/dpmem.t')
-rw-r--r--doc/user/dpmem.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/dpmem.t b/doc/user/dpmem.t
index 0725ba828c..8d01469363 100644
--- a/doc/user/dpmem.t
+++ b/doc/user/dpmem.t
@@ -98,6 +98,7 @@ constants, usage, and status codes.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_port_create
@example
rtems_status_code rtems_port_create(
rtems_name name,
@@ -155,6 +156,7 @@ preempted.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_port_ident
@example
rtems_status_code rtems_port_ident(
rtems_name name,
@@ -197,6 +199,7 @@ preempted.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_port_delete
@example
rtems_status_code rtems_port_delete(
rtems_id id
@@ -238,6 +241,7 @@ delete the port.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_port_external_to_internal
@example
rtems_status_code rtems_port_external_to_internal(
rtems_id id,
@@ -282,6 +286,7 @@ preempted.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_port_internal_to_external
@example
rtems_status_code rtems_port_internal_to_external(
rtems_id id,