summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-10-07 07:29:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-10-07 07:34:35 +0200
commitf66fbd65dab6bc9a0fb3764c057b709134ea4796 (patch)
treec6375f618c7392777314f6f2e1205f43d953f987
parentspec-spec: Fix format (diff)
downloadrtems-central-f66fbd65dab6bc9a0fb3764c057b709134ea4796.tar.bz2
spec-glossary: Remove white space
-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