forked from Imagelibrary/rtems
2007-11-28 Glenn Humphrey <glenn.humphrey@OARcorp.com>
* user/barrier.t, user/clock.t, user/concepts.t, user/conf.t, user/datatypes.t, user/dpmem.t, user/fatal.t, user/init.t, user/mp.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Corrected various errors in the documentation.
This commit is contained in:
@@ -244,9 +244,9 @@ prototyped as follows:
|
||||
@findex rtems_get_index
|
||||
|
||||
@example
|
||||
rtems_unsigned32 rtems_get_class( rtems_id );
|
||||
rtems_unsigned32 rtems_get_node( rtems_id );
|
||||
rtems_unsigned32 rtems_get_index( rtems_id );
|
||||
uint32_t rtems_get_class( rtems_id );
|
||||
uint32_t rtems_get_node( rtems_id );
|
||||
uint32_t rtems_get_index( rtems_id );
|
||||
@end example
|
||||
|
||||
An object control block is a data structure defined
|
||||
|
||||
Reference in New Issue
Block a user