summaryrefslogtreecommitdiffstats
path: root/c-user/fatal-error/directives.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-30 08:51:07 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-08-03 10:39:49 +0200
commitefb8e7c6c3fe534ac36ca44553831c61179fe771 (patch)
tree37818d2affdd7a60edcb7bee61d627ca6b5bf5ba /c-user/fatal-error/directives.rst
parenteng: Add freestanding test cases (diff)
downloadrtems-docs-efb8e7c6c3fe534ac36ca44553831c61179fe771.tar.bz2
c-user: Add "Kernel Character I/O Support" chapter
Close #4482.
Diffstat (limited to 'c-user/fatal-error/directives.rst')
-rw-r--r--c-user/fatal-error/directives.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/c-user/fatal-error/directives.rst b/c-user/fatal-error/directives.rst
index 98ce209..6aa4b20 100644
--- a/c-user/fatal-error/directives.rst
+++ b/c-user/fatal-error/directives.rst
@@ -116,10 +116,10 @@ Prints the message and invokes the fatal error handler.
.. rubric:: DESCRIPTION:
-This directive prints a message via :c:func:`printk` specified by the ``fmt``
-parameter and optional parameters and then invokes the fatal error handler.
-The fatal source is set to :c:macro:`RTEMS_FATAL_SOURCE_PANIC`. The fatal code
-is set to the value of the ``fmt`` parameter value.
+This directive prints a message via :ref:`InterfacePrintk` specified by the
+``fmt`` parameter and optional parameters and then invokes the fatal error
+handler. The fatal source is set to :c:macro:`RTEMS_FATAL_SOURCE_PANIC`. The
+fatal code is set to the value of the ``fmt`` parameter value.
.. rubric:: CONSTRAINTS:
@@ -216,7 +216,7 @@ Prints the exception frame.
.. rubric:: DESCRIPTION:
The exception frame is printed in an architecture-dependent format using
-:c:func:`printk`.
+:ref:`InterfacePrintk`.
.. Generated from spec:/rtems/fatal/if/source-text