summaryrefslogtreecommitdiffstats
path: root/cpukit
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
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')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/rtems/include/rtems/rtems/tasks.h4
2 files changed, 7 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f46c98a9da..6a3e67b238 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2011-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * rtems/include/rtems/rtems/tasks.h: Complete manager description.
+
+2011-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* rtems/include/rtems/rtems/types.h,
score/include/rtems/score/address.h,
score/include/rtems/score/apiext.h,
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.
*/
/**@{*/