summaryrefslogtreecommitdiffstats
path: root/c-user/initialization.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-11-13 13:25:18 +1100
committerChris Johns <chrisj@rtems.org>2017-11-13 13:25:18 +1100
commit33849946ff6022c26722ec71248fd76aa55de4ef (patch)
treef082f683008e92f0894d8ac36bc4c83d4860bd37 /c-user/initialization.rst
parentUse '.. toctree::' and not '.. include::' in the User Manual. (diff)
downloadrtems-docs-33849946ff6022c26722ec71248fd76aa55de4ef.tar.bz2
Clean up sphinx warnings.
- Fix minor formatting issues. - Fix reference the gloassary TLS using ':term:'. - Make sure nothing is between an anchor and the heading where ':ref:' references the anchor. This meant moving all the recently added '.. index::' entries. Update #3232. Update #3229.
Diffstat (limited to 'c-user/initialization.rst')
-rw-r--r--c-user/initialization.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/c-user/initialization.rst b/c-user/initialization.rst
index a04633d..6c30a2d 100644
--- a/c-user/initialization.rst
+++ b/c-user/initialization.rst
@@ -71,7 +71,7 @@ Initializing RTEMS
------------------
The Initialization Manager :c:func:`rtems_initialize_executive()` directives is
-called by the :c:ref:`boot_card()` routine which is invoked by the Board
+called by the :c:func:`boot_card()` routine which is invoked by the Board
Support Package once a basic C run-time environment is set up. This consists
of
@@ -305,11 +305,12 @@ sequence, related constants, usage, and status codes.
\clearpage
-.. _rtems_initialize_executive:
.. index:: initialize RTEMS
.. index:: start multitasking
.. index:: rtems_initialize_executive
+.. _rtems_initialize_executive:
+
INITIALIZE_EXECUTIVE - Initialize RTEMS
---------------------------------------