summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-03 23:58:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-03 23:58:50 +0000
commitf4ab3d3756a4d65eefa9c4fe63a28d58ac42b730 (patch)
tree425ecd07e58dc8409f78d31c6eb566f1afb9c801
parent2003-02-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-f4ab3d3756a4d65eefa9c4fe63a28d58ac42b730.tar.bz2
2003-02-03 Joel Sherrill <joel@OARcorp.com>
PR 338/filesystem * io.t: Fix Ada binding as side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change).
-rw-r--r--doc/user/ChangeLog6
-rw-r--r--doc/user/io.t4
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/user/ChangeLog b/doc/user/ChangeLog
index 338050ce52..a6e43208d9 100644
--- a/doc/user/ChangeLog
+++ b/doc/user/ChangeLog
@@ -1,3 +1,9 @@
+2003-02-03 Joel Sherrill <joel@OARcorp.com>
+
+ PR 338/filesystem
+ * io.t: Fix Ada binding as side-effect of fixing reentrancy
+ problem with rtems_io_lookup_name() (API change).
+
2003-02-03 Steven Johnson <sjohnson@neurizon.net>
PR 338/filesystem
diff --git a/doc/user/io.t b/doc/user/io.t
index 3b5cda43d7..a22ef09a8f 100644
--- a/doc/user/io.t
+++ b/doc/user/io.t
@@ -465,7 +465,7 @@ rtems_status_code rtems_io_lookup_name(
@example
procedure IO_Lookup_Name (
Name : in String;
- Device_Info : out RTEMS.Driver_Name_t;
+ Device_Info : out RTEMS.Driver_Name_t_Pointer;
Result : out RTEMS.Status_Codes
);
@end example
@@ -478,7 +478,7 @@ procedure IO_Lookup_Name (
@subheading DESCRIPTION:
This directive returns the major/minor number pair
-associated with the given device name in device_info.
+associated with the given device name in @code{device_info}.
@subheading NOTES: