[rtems-docs commit] c-user: Harmonize header file references

Sebastian Huber sebh at rtems.org
Tue Feb 14 15:02:48 UTC 2023


Module:    rtems-docs
Branch:    master
Commit:    ee8e1fe7acd7ab52ffa8e18503c9b25635ba3be6
Changeset: http://git.rtems.org/rtems-docs/commit/?id=ee8e1fe7acd7ab52ffa8e18503c9b25635ba3be6

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Feb 14 16:05:31 2023 +0100

c-user: Harmonize header file references

---

 c-user/config/general.rst   |  4 ++--
 c-user/config/idle-task.rst | 10 +++++-----
 c-user/task/directives.rst  |  6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/c-user/config/general.rst b/c-user/config/general.rst
index db81b8c..f135c6d 100644
--- a/c-user/config/general.rst
+++ b/c-user/config/general.rst
@@ -178,8 +178,8 @@ This configuration option is an integer define.
 .. rubric:: DEFAULT VALUE:
 
 If this configuration option is undefined, then the RTEMS Workspace and task
-stack space size is calculated by ``<rtems/confdefs.h>`` based on the values
-configuration options.
+stack space size is calculated by ``<rtems/confdefs.h>`` based on the
+values configuration options.
 
 .. rubric:: DESCRIPTION:
 
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
 
diff --git a/c-user/task/directives.rst b/c-user/task/directives.rst
index 05b035c..dfc90b0 100644
--- a/c-user/task/directives.rst
+++ b/c-user/task/directives.rst
@@ -407,9 +407,9 @@ An application based solely on static allocation can avoid any runtime memory
 allocators.  This can simplify the application architecture as well as any
 analysis that may be required.
 
-The stack space estimate done by <rtems/confdefs.h> assumes that all tasks are
-created by :ref:`InterfaceRtemsTaskCreate`.  The estimate can be adjusted to
-take user-provided task storage areas into account through the
+The stack space estimate done by ``<rtems/confdefs.h>`` assumes that all tasks
+are created by :ref:`InterfaceRtemsTaskCreate`.  The estimate can be adjusted
+to take user-provided task storage areas into account through the
 :ref:`CONFIGURE_MINIMUM_TASKS_WITH_USER_PROVIDED_STORAGE` application
 configuration option.
 



More information about the vc mailing list