summaryrefslogtreecommitdiffstats
path: root/c_user/fatal_error.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-02-18 15:41:28 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:26 -0400
commit25d55d49c3f52a12a52def776104e0c9c721e680 (patch)
tree659abcd9eefe270c58fe9f7027fe192f08d95b20 /c_user/fatal_error.rst
parentFix double quotes. (diff)
downloadrtems-docs-25d55d49c3f52a12a52def776104e0c9c721e680.tar.bz2
Change code to code-block.
Diffstat (limited to '')
-rw-r--r--c_user/fatal_error.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/c_user/fatal_error.rst b/c_user/fatal_error.rst
index c556a64..7551872 100644
--- a/c_user/fatal_error.rst
+++ b/c_user/fatal_error.rst
@@ -118,7 +118,7 @@ FATAL_ERROR_OCCURRED - Invoke the fatal error handler
.. index:: rtems_fatal_error_occurred
-.. code:: c
+.. code-block:: c
void rtems_fatal_error_occurred(
uint32_t the_error
@@ -158,7 +158,7 @@ FATAL - Invoke the fatal error handler with error source
.. index:: rtems_fatal
-.. code:: c
+.. code-block:: c
void rtems_fatal(
rtems_fatal_source source,
@@ -184,7 +184,7 @@ EXCEPTION_FRAME_PRINT - Prints the exception frame
.. index:: rtems_exception_frame_print
-.. code:: c
+.. code-block:: c
void rtems_exception_frame_print(
const rtems_exception_frame *frame
@@ -208,7 +208,7 @@ FATAL_SOURCE_TEXT - Returns a text for a fatal source
.. index:: rtems_fatal_source_text
-.. code:: c
+.. code-block:: c
const char *rtems_fatal_source_text(
rtems_fatal_source source
@@ -233,7 +233,7 @@ INTERNAL_ERROR_TEXT - Returns a text for an internal error code
.. index:: rtems_internal_error_text
-.. code:: c
+.. code-block:: c
const char *rtems_internal_error_text(
rtems_fatal_code error