summaryrefslogtreecommitdiffstats
path: root/doc/user/io.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/io.t')
-rw-r--r--doc/user/io.t4
1 files changed, 2 insertions, 2 deletions
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: