summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/task')
-rw-r--r--spec/rtems/task/if/entry.yml2
-rw-r--r--spec/rtems/task/if/start.yml5
2 files changed, 4 insertions, 3 deletions
diff --git a/spec/rtems/task/if/entry.yml b/spec/rtems/task/if/entry.yml
index 83836ac1..5c5e89a2 100644
--- a/spec/rtems/task/if/entry.yml
+++ b/spec/rtems/task/if/entry.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- This type defines the entry point of an RTEMS task.
+ This type defines the ${/glossary/task-entry:/term} point of an RTEMS task.
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
diff --git a/spec/rtems/task/if/start.yml b/spec/rtems/task/if/start.yml
index 07603648..09f1fc49 100644
--- a/spec/rtems/task/if/start.yml
+++ b/spec/rtems/task/if/start.yml
@@ -17,8 +17,9 @@ definition:
description: |
This directive readies the task, specified by ${.:/params[0]/name}, for
execution based on the priority and execution mode specified when the task
- was created. The entry point of the task is given in ${.:/params[1]/name}.
- The task's entry point argument is contained in ${.:/params[2]/name}.
+ was created. The ${/glossary/task-entry:/term} point of the task is given in
+ ${.:/params[1]/name}. The task's entry point argument is contained in
+ ${.:/params[2]/name}.
enabled-by: true
index-entries:
- starting a task