summaryrefslogtreecommitdiffstats
path: root/doc/user/userext.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-29 21:37:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-29 21:37:00 +0000
commitd5671b160ee1be663a1ed8c56c1cb6b8eb82005f (patch)
tree0437a0e3e8c0ee78e888bc573a8054326f2ed00f /doc/user/userext.t
parent2008-01-29 Jennifer Averett <jennifer.averett@OARcorp.com> (diff)
downloadrtems-d5671b160ee1be663a1ed8c56c1cb6b8eb82005f.tar.bz2
2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/.cvsignore, user/Makefile.am, user/c_user.texi, user/concepts.t, user/conf.t, user/dirstat.texi, user/stackchk.t, user/task.t, user/userext.t: Add new Object Services collection. Tidy up some configuration documentation from earlier changes. * user/object.t: New file.
Diffstat (limited to 'doc/user/userext.t')
-rw-r--r--doc/user/userext.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/userext.t b/doc/user/userext.t
index 1d6308d1b1..2bb4c81006 100644
--- a/doc/user/userext.t
+++ b/doc/user/userext.t
@@ -150,7 +150,7 @@ returned when the extension is created:
@ifset is-C
@example
@group
-index = rtems_get_index(extension_id);
+index = rtems_object_id_get_index(extension_id);
@end group
@end example
@end ifset