summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-17 15:54:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-17 15:54:59 +0000
commit3e1ed2293afb29075988d1f9a233ab8a5738952c (patch)
tree8e637788632e43640d7becbc3a2675e70a0781ce /cpukit/rtems
parent2011-06-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-3e1ed2293afb29075988d1f9a233ab8a5738952c.tar.bz2
2011-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/include/rtems/rtems/tasks.h: Complete manager description.
Diffstat (limited to 'cpukit/rtems')
-rw-r--r--cpukit/rtems/include/rtems/rtems/tasks.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/tasks.h b/cpukit/rtems/include/rtems/rtems/tasks.h
index 1e9a9c57e6..959ab835d9 100644
--- a/cpukit/rtems/include/rtems/rtems/tasks.h
+++ b/cpukit/rtems/include/rtems/rtems/tasks.h
@@ -59,7 +59,9 @@
*
* @ingroup ClassicRTEMS
*
- * This encapsulates functionality which X XX
+ * This encapsulates the functionality of the Classic API Task Manager.
+ * This functionality includes task services such as creation, deletion,
+ * delays, suspend/resume, and manipulation of execution mode and priority.
*/
/**@{*/