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.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/io.t b/doc/user/io.t
index 8b899e7d8f..916931498f 100644
--- a/doc/user/io.t
+++ b/doc/user/io.t
@@ -77,7 +77,7 @@ entry points:
If the device driver does not support a particular
entry point, then that entry in the Configuration Table should
-be NULL. RTEMS will return SUCCESSFUL as the executive's and
+be NULL. RTEMS will return @code{SUCCESSFUL} as the executive's and
zero (0) as the device driver's return code for these device
driver entry points.
@@ -383,6 +383,7 @@ rtems_status_code rtems_io_lookup_name(
procedure IO_Lookup_Name (
Name : in String;
Device_Info : out RTEMS.Driver_Name_t;
+ Result : out RTEMS.Status_Codes
);
@end example
@end ifset