c-user: Link task entry and global construction

This commit is contained in:
Sebastian Huber
2023-07-25 07:36:09 +02:00
parent 929d0a9d41
commit 6692946100
6 changed files with 29 additions and 7 deletions

View File

@@ -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: