summaryrefslogtreecommitdiffstats
path: root/doc/user/timer.t
diff options
context:
space:
mode:
authorGlenn Humphrey <glenn.humphrey@oarcorp.com>2007-11-28 16:23:59 +0000
committerGlenn Humphrey <glenn.humphrey@oarcorp.com>2007-11-28 16:23:59 +0000
commitae10dbd9b6f57da2e6b8e0cc098620f902cbfd32 (patch)
tree316299f11e30f67ac69921a5e90685550a24b4f5 /doc/user/timer.t
parentRegenerate. (diff)
downloadrtems-ae10dbd9b6f57da2e6b8e0cc098620f902cbfd32.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--doc/user/timer.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/timer.t b/doc/user/timer.t
index 0b99cd6637..17a6ab4cf7 100644
--- a/doc/user/timer.t
+++ b/doc/user/timer.t
@@ -515,9 +515,9 @@ preempted.
@findex rtems_timer_initiate_server
@example
rtems_status_code rtems_timer_initiate_server(
- rtems_unsigned32 priority,
- rtems_unsigned32 stack_size,
- rtems_attribute attribute_set
+ uint32_t priority,
+ uint32_t stack_size,
+ rtems_attribute attribute_set
)
);
@end example