From efb8e7c6c3fe534ac36ca44553831c61179fe771 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 30 Jul 2021 08:51:07 +0200 Subject: c-user: Add "Kernel Character I/O Support" chapter Close #4482. --- c-user/fatal-error/directives.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'c-user/fatal-error/directives.rst') 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 -- cgit v1.2.3