[rtems-docs commit] c-user: Add missing "the"

Sebastian Huber sebh at rtems.org
Thu Apr 29 13:01:59 UTC 2021


Module:    rtems-docs
Branch:    master
Commit:    33836869dac5076d96ebbc1d738ba2944c842a37
Changeset: http://git.rtems.org/rtems-docs/commit/?id=33836869dac5076d96ebbc1d738ba2944c842a37

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Apr 29 14:58:52 2021 +0200

c-user: Add missing "the"

---

 c-user/config/scheduler-general.rst | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/c-user/config/scheduler-general.rst b/c-user/config/scheduler-general.rst
index cbdb145..516d9d3 100644
--- a/c-user/config/scheduler-general.rst
+++ b/c-user/config/scheduler-general.rst
@@ -208,7 +208,7 @@ DEFAULT CONFIGURATION:
     enabled.
 
 DESCRIPTION:
-    In case this configuration option is defined, then
+    In case this configuration option is defined, then the
     :ref:`SchedulerCBS`
     algorithm is made available to the application.
 
@@ -239,7 +239,7 @@ DEFAULT CONFIGURATION:
     enabled.
 
 DESCRIPTION:
-    In case this configuration option is defined, then
+    In case this configuration option is defined, then the
     :ref:`SchedulerEDF`
     algorithm is made available to the application.
 
@@ -270,7 +270,7 @@ DEFAULT CONFIGURATION:
     enabled.
 
 DESCRIPTION:
-    In case this configuration option is defined, then
+    In case this configuration option is defined, then the
     :ref:`SchedulerSMPEDF`
     algorithm is made available to the application.
 
@@ -358,7 +358,7 @@ DEFAULT CONFIGURATION:
     enabled.
 
 DESCRIPTION:
-    In case this configuration option is defined, then
+    In case this configuration option is defined, then the
     :ref:`SchedulerPriority`
     algorithm is made available to the application.
 
@@ -396,7 +396,7 @@ DEFAULT CONFIGURATION:
     enabled.
 
 DESCRIPTION:
-    In case this configuration option is defined, then
+    In case this configuration option is defined, then the
     :ref:`SchedulerSMPPriorityAffinity`
     algorithm is made available to the application.
 
@@ -433,7 +433,7 @@ DEFAULT CONFIGURATION:
     enabled.
 
 DESCRIPTION:
-    In case this configuration option is defined, then
+    In case this configuration option is defined, then the
     :ref:`SchedulerSMPPriority`
     algorithm is made available to the application.
 
@@ -470,7 +470,7 @@ DEFAULT CONFIGURATION:
     enabled.
 
 DESCRIPTION:
-    In case this configuration option is defined, then
+    In case this configuration option is defined, then the
     :ref:`SchedulerPrioritySimple`
     algorithm is made available to the application.
 
@@ -501,10 +501,9 @@ DEFAULT CONFIGURATION:
     enabled.
 
 DESCRIPTION:
-    In case this configuration option is defined, then
+    In case this configuration option is defined, then the
     :ref:`SchedulerSMPPrioritySimple`
     algorithm is made available to the application.
-    application.
 
 NOTES:
     This scheduler configuration option is an advanced configuration option.
@@ -536,8 +535,8 @@ DEFAULT CONFIGURATION:
     enabled.
 
 DESCRIPTION:
-    In case this configuration option is defined, then Strong APA algorithm is
-    made available to the application.
+    In case this configuration option is defined, then the Strong APA algorithm
+    is made available to the application.
 
 NOTES:
     This scheduler configuration option is an advanced configuration option.



More information about the vc mailing list