summaryrefslogtreecommitdiffstats
path: root/c_user/key_concepts.rst
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c_user/key_concepts.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/c_user/key_concepts.rst b/c_user/key_concepts.rst
index d69d715..16d1fe1 100644
--- a/c_user/key_concepts.rst
+++ b/c_user/key_concepts.rst
@@ -243,7 +243,9 @@ The development of responsive real-time applications requires an understanding
of how RTEMS maintains and supports time-related operations. The basic unit of
time in RTEMS is known as a tick. The frequency of clock ticks is completely
application dependent and determines the granularity and accuracy of all
-interval and calendar time operations... index:: rtems_interval
+interval and calendar time operations.
+
+.. index:: rtems_interval
By tracking time in units of ticks, RTEMS is capable of supporting interval
timing functions such as task delays, timeouts, timeslicing, the delayed