summaryrefslogtreecommitdiffstats
path: root/c_user/key_concepts.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-02-04 10:19:13 +1300
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:26 -0400
commitc9aaf3145fc84b55191c460f645985b814994d70 (patch)
tree8fb8388ed36ed695112330376654fd780d0fcd48 /c_user/key_concepts.rst
parentClean ups. (diff)
downloadrtems-docs-c9aaf3145fc84b55191c460f645985b814994d70.tar.bz2
Clean up
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