From 1a72a9806f7b654bd551b7cb76da2009956efc1d Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 27 Jan 2016 09:38:16 +1100 Subject: Cleanups. --- c_user/key_concepts.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c_user/key_concepts.rst') 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 -- cgit v1.2.3