summaryrefslogtreecommitdiffstats
path: root/doc/user/io.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/io.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/io.t')
-rw-r--r--doc/user/io.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/io.t b/doc/user/io.t
index 3ed5378555..9c592b425c 100644
--- a/doc/user/io.t
+++ b/doc/user/io.t
@@ -203,6 +203,7 @@ status codes.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_io_initialize
@example
rtems_status_code rtems_io_initialize(
rtems_device_major_number major,
@@ -253,6 +254,7 @@ initialized.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_io_register_name
@example
rtems_status_code rtems_io_register_name(
char *name,
@@ -293,6 +295,7 @@ preempted.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_io_lookup_name
@example
rtems_status_code rtems_io_lookup_name(
const char *name,
@@ -331,6 +334,7 @@ preempted.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_io_open
@example
rtems_status_code rtems_io_open(
rtems_device_major_number major,
@@ -375,6 +379,7 @@ invoked.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_io_close
@example
rtems_status_code rtems_io_close(
rtems_device_major_number major,
@@ -419,6 +424,7 @@ invoked.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_io_read
@example
rtems_status_code rtems_io_read(
rtems_device_major_number major,
@@ -464,6 +470,7 @@ invoked.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_io_write
@example
rtems_status_code rtems_io_write(
rtems_device_major_number major,
@@ -509,6 +516,7 @@ invoked.
@subheading CALLING SEQUENCE:
@ifset is-C
+@c @findex rtems_io_control
@example
rtems_status_code rtems_io_control(
rtems_device_major_number major,