summaryrefslogtreecommitdiffstats
path: root/c-user/rate-monotonic
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2021-04-22 09:10:45 -0600
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-22 17:37:19 +0200
commitf6f3fdcd0949039cf6a80c341d4b28483b6d2041 (patch)
tree65a46d45e058bafd308292e2b06044eaefbf3f15 /c-user/rate-monotonic
parentc-user: Mention timer server fire directives (diff)
downloadrtems-docs-f6f3fdcd0949039cf6a80c341d4b28483b6d2041.tar.bz2
c-user: fix broken definition in rate-monotonic background.
Diffstat (limited to 'c-user/rate-monotonic')
-rw-r--r--c-user/rate-monotonic/background.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/c-user/rate-monotonic/background.rst b/c-user/rate-monotonic/background.rst
index 9ca7dff..c81af4e 100644
--- a/c-user/rate-monotonic/background.rst
+++ b/c-user/rate-monotonic/background.rst
@@ -112,7 +112,9 @@ less than its period. For example, a periodic task's requirements may state
that it should execute for 10 milliseconds every 100 milliseconds. Although
the execution time may be the average, worst, or best case, the worst-case
execution time is more appropriate for use when analyzing system behavior under
-transient overload conditions... index:: aperiodic task, definition
+transient overload conditions.
+
+.. index:: aperiodic task, definition
In contrast, an aperiodic task executes at irregular intervals and has only a
soft deadline. In other words, the deadlines for aperiodic tasks are not