summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec-glossary/glossary/priority-task.yml2
-rw-r--r--spec-glossary/glossary/priority.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/spec-glossary/glossary/priority-task.yml b/spec-glossary/glossary/priority-task.yml
index c0a49826..165e0ab1 100644
--- a/spec-glossary/glossary/priority-task.yml
+++ b/spec-glossary/glossary/priority-task.yml
@@ -10,7 +10,7 @@ term: task priority
text: |
A task ${priority:/term} of a ${task:/term} determines its importance
relative to other tasks.
-
+
The scheduler use task priorities to determine which ${readytask:/term} gets
a processor allocated, see ${scheduledtask:/term}. The
${priority-eligible:/plural} of a task define the position of the task in a
diff --git a/spec-glossary/glossary/priority.yml b/spec-glossary/glossary/priority.yml
index 64dfd89d..24190c19 100644
--- a/spec-glossary/glossary/priority.yml
+++ b/spec-glossary/glossary/priority.yml
@@ -20,7 +20,7 @@ text: |
${priority-lower:/term} than ``B``. If a numerical priority value ``C`` is
less than a numerical priority value ``D``, then ``C`` expresses a
${priority-higher:/term} than ``D``.
-
+
For the ${posix:/term} API, if a numerical priority value ``R`` is less than
a numerical priority value ``S``, then ``R`` expresses a lower priority than
``S``. If a numerical priority value ``T`` is greater than a numerical