summaryrefslogtreecommitdiffstats
path: root/c_user/key_concepts.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-01-27 09:38:16 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:25 -0400
commit1a72a9806f7b654bd551b7cb76da2009956efc1d (patch)
tree6b9eee43a82e6d39c797178217fec223f384934b /c_user/key_concepts.rst
parentFix index error. (diff)
downloadrtems-docs-1a72a9806f7b654bd551b7cb76da2009956efc1d.tar.bz2
Cleanups.
Diffstat (limited to 'c_user/key_concepts.rst')
-rw-r--r--c_user/key_concepts.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/c_user/key_concepts.rst b/c_user/key_concepts.rst
index 9782212..d69d715 100644
--- a/c_user/key_concepts.rst
+++ b/c_user/key_concepts.rst
@@ -262,8 +262,8 @@ large.
The rate monotonic scheduling algorithm is a hard real-time scheduling
methodology. This methodology provides rules which allows one to guarantee
-that a set of independent periodic tasks will always meet their deadlines -
-even under transient overload conditions. The rate monotonic manager provides
+that a set of independent periodic tasks will always meet their deadlines even
+under transient overload conditions. The rate monotonic manager provides
directives built upon the Clock Manager's interval timer support routines.
Interval timing is not sufficient for the many applications which require that
@@ -274,7 +274,7 @@ request to delay until midnight on New Year's Eve before lowering the ball at
Times Square. The data type ``rtems_time_of_day`` is used to specify calendar
time in RTEMS services. See `Time and Date Data Structures`_
-... index:: rtems_time_of_day
+.. index:: rtems_time_of_day
Obviously, the directives which use intervals or wall time cannot operate
without some external mechanism which provides a periodic clock tick. This