summaryrefslogtreecommitdiffstats
path: root/c-user/config/idle-task.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-02-14 16:05:31 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-02-14 16:14:47 +0100
commitee8e1fe7acd7ab52ffa8e18503c9b25635ba3be6 (patch)
tree41a468f854168de786e74285f95bfff2275318f8 /c-user/config/idle-task.rst
parentc-user: Remove obsolete config section (diff)
downloadrtems-docs-ee8e1fe7acd7ab52ffa8e18503c9b25635ba3be6.tar.bz2
c-user: Harmonize header file references
Diffstat (limited to 'c-user/config/idle-task.rst')
-rw-r--r--c-user/config/idle-task.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/c-user/config/idle-task.rst b/c-user/config/idle-task.rst
index 1a65d73..f177438 100644
--- a/c-user/config/idle-task.rst
+++ b/c-user/config/idle-task.rst
@@ -217,8 +217,8 @@ from the RTEMS Workspace or through a custom IDLE task stack allocator.
If this configuration option is specified, then the task storage areas for
the :term:`IDLE tasks <IDLE task>` are statically allocated by
-<rtems/confdefs.h>. The value of this configuration option defines the size
-in bytes of the task storage area of each IDLE task in the system.
+``<rtems/confdefs.h>``. The value of this configuration option defines the
+size in bytes of the task storage area of each IDLE task in the system.
.. rubric:: NOTES:
@@ -239,9 +239,9 @@ with the :ref:`INTERNAL_ERROR_CORE <FatalErrorSources>` fatal source and the
system initialization.
The value of this configuration option is passed to
-:ref:`InterfaceRTEMSTASKSTORAGESIZE` by <rtems/confdefs.h> to determine the
-actual size of the statically allocated area to take architecture-specific
-overheads into account.
+:ref:`InterfaceRTEMSTASKSTORAGESIZE` by ``<rtems/confdefs.h>`` to determine
+the actual size of the statically allocated area to take
+architecture-specific overheads into account.
The