summaryrefslogtreecommitdiffstats
path: root/c-user/task/directives.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-25 07:36:09 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-25 07:36:09 +0200
commit6692946100096d567b695f035e128ddcb09ffa4a (patch)
treec11f26bf28df6cddd2da48d6611919f282643d00 /c-user/task/directives.rst
parentuser/bsps/imxrt: Add new BSP variant (diff)
downloadrtems-docs-6692946100096d567b695f035e128ddcb09ffa4a.tar.bz2
c-user: Link task entry and global construction
Diffstat (limited to '')
-rw-r--r--c-user/task/directives.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/c-user/task/directives.rst b/c-user/task/directives.rst
index f4b65f5..d976905 100644
--- a/c-user/task/directives.rst
+++ b/c-user/task/directives.rst
@@ -624,9 +624,9 @@ Starts the task.
.. rubric:: DESCRIPTION:
This directive readies the task, specified by ``id``, for execution based on
-the priority and execution mode specified when the task was created. The entry
-point of the task is given in ``entry_point``. The task's entry point argument
-is contained in ``argument``.
+the priority and execution mode specified when the task was created. The
+:term:`task entry` point of the task is given in ``entry_point``. The task's
+entry point argument is contained in ``argument``.
.. rubric:: RETURN VALUES: