summaryrefslogtreecommitdiffstats
path: root/doc/user/io.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-01-08 17:56:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-01-08 17:56:45 +0000
commitdec0a357a002bd6791e3799ebe8824841831b47f (patch)
treea863e3eb9a37db8b674ae90e27cb4d14c099b834 /doc/user/io.t
parent2006-01-08 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-dec0a357a002bd6791e3799ebe8824841831b47f.tar.bz2
2006-01-08 Joel Sherrill <joel@OARcorp.com>
* user/io.t: Change rtems_io_register_name to take a const char *.
Diffstat (limited to '')
-rw-r--r--doc/user/io.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/io.t b/doc/user/io.t
index a22ef09a8f..6fb27be591 100644
--- a/doc/user/io.t
+++ b/doc/user/io.t
@@ -409,7 +409,7 @@ initialized.
@findex rtems_io_register_name
@example
rtems_status_code rtems_io_register_name(
- char *name,
+ const char *name,
rtems_device_major_number major,
rtems_device_minor_number minor
);