summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/user/ChangeLog6
-rw-r--r--doc/user/io.t2
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/user/ChangeLog b/doc/user/ChangeLog
index 24d69525b5..338050ce52 100644
--- a/doc/user/ChangeLog
+++ b/doc/user/ChangeLog
@@ -1,3 +1,9 @@
+2003-02-03 Steven Johnson <sjohnson@neurizon.net>
+
+ PR 338/filesystem
+ * io.t: Document the API change that fixed reentrancy problem with
+ rtems_io_lookup_name().
+
2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* c_user.texi: Set @setfilename c_user.info.
diff --git a/doc/user/io.t b/doc/user/io.t
index a232d53099..3b5cda43d7 100644
--- a/doc/user/io.t
+++ b/doc/user/io.t
@@ -456,7 +456,7 @@ preempted.
@example
rtems_status_code rtems_io_lookup_name(
const char *name,
- rtems_driver_name_t **device_info
+ rtems_driver_name_t *device_info
);
@end example
@end ifset