summaryrefslogtreecommitdiffstats
path: root/c-user/directive_status_codes.rst
diff options
context:
space:
mode:
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.