summaryrefslogtreecommitdiffstats
path: root/c-user/directive_status_codes.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-11-08 15:26:50 +1100
committerChris Johns <chrisj@rtems.org>2016-11-08 15:28:32 +1100
commit53bb72e99669750ecbd7a418047711a21e32ac40 (patch)
treeb0cd10cb72041c45696ae9540c406b83ed1e62cb /c-user/directive_status_codes.rst
parentpdf: Format lists for directives to sit on the next line. (diff)
downloadrtems-docs-53bb72e99669750ecbd7a418047711a21e32ac40.tar.bz2
c-user: Format the directives as descriptions.
This change combined with the element list change in latex generates a much better looking PDF. Add a page break before each directive to like th previous versions of the manuals.
Diffstat (limited to 'c-user/directive_status_codes.rst')
-rw-r--r--c-user/directive_status_codes.rst26
1 files changed, 13 insertions, 13 deletions
diff --git a/c-user/directive_status_codes.rst b/c-user/directive_status_codes.rst
index b4c7f3b..5106a81 100644
--- a/c-user/directive_status_codes.rst
+++ b/c-user/directive_status_codes.rst
@@ -76,25 +76,25 @@ The directives are:
* - ``RTEMS_NO_MEMORY``
- could not get enough memory
+.. raw:: latex
+
+ \clearpage
+
.. _rtems_status_text:
STATUS_TEXT - Returns the enumeration name for a status code
------------------------------------------------------------
-
-**CALLING SEQUENCE:**
-
.. index:: rtems_status_text
-.. code-block:: c
-
- const char *rtems_status_text(
- rtems_status_code code
- );
-
-**DIRECTIVE STATUS CODES**
+CALLING SEQUENCE:
+ .. code-block:: c
-The status code enumeration name or "?" in case the status code is invalid.
+ const char *rtems_status_text(
+ rtems_status_code code
+ );
-**DESCRIPTION:**
+DIRECTIVE STATUS CODES
+ The status code enumeration name or "?" in case the status code is invalid.
-Returns the enumeration name for the specified status code.
+DESCRIPTION:
+ Returns the enumeration name for the specified status code.