summaryrefslogtreecommitdiffstats
path: root/c-user/task_manager.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-11-02 08:13:31 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-11-03 10:59:01 +0100
commit3a58bff6bfe3ce893f47fade0ddf49457c46a360 (patch)
tree6499e461995451e88b9ecf4ce5473c72fdbe09ca /c-user/task_manager.rst
parentRename all manuals with an _ to have a -. It helps released naming of files. (diff)
downloadrtems-docs-3a58bff6bfe3ce893f47fade0ddf49457c46a360.tar.bz2
Update due to clock manager and driver changes
Diffstat (limited to '')
-rw-r--r--c-user/task_manager.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/c-user/task_manager.rst b/c-user/task_manager.rst
index 449ca3c..f88e660 100644
--- a/c-user/task_manager.rst
+++ b/c-user/task_manager.rst
@@ -1384,7 +1384,7 @@ TASK_WAKE_AFTER - Wake up after interval
This directive blocks the calling task for the specified number of system clock
ticks. When the requested interval has elapsed, the task is made ready. The
-``rtems_clock_tick`` directive automatically updates the delay period.
+clock tick directives automatically updates the delay period.
**NOTES:**