summaryrefslogtreecommitdiffstats
path: root/c-user/config/task-stack-alloc.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-06-17 16:05:54 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-06-17 16:06:38 +0200
commita517a098567ac0c5925bb1fd59242a8e769ba981 (patch)
tree650d3a972fa6d45516b9dda935c6e85aa229a52f /c-user/config/task-stack-alloc.rst
parenteng: Clarify action requirement specification (diff)
downloadrtems-docs-a517a098567ac0c5925bb1fd59242a8e769ba981.tar.bz2
c-user: Use * for list items
Diffstat (limited to 'c-user/config/task-stack-alloc.rst')
-rw-r--r--c-user/config/task-stack-alloc.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/c-user/config/task-stack-alloc.rst b/c-user/config/task-stack-alloc.rst
index 005a643..297c624 100644
--- a/c-user/config/task-stack-alloc.rst
+++ b/c-user/config/task-stack-alloc.rst
@@ -41,11 +41,11 @@ DESCRIPTION:
NOTES:
A correctly configured system shall configure the following to be consistent:
- - :ref:`CONFIGURE_TASK_STACK_ALLOCATOR_INIT`
+ * :ref:`CONFIGURE_TASK_STACK_ALLOCATOR_INIT`
- - `CONFIGURE_TASK_STACK_ALLOCATOR`
+ * `CONFIGURE_TASK_STACK_ALLOCATOR`
- - :ref:`CONFIGURE_TASK_STACK_DEALLOCATOR`
+ * :ref:`CONFIGURE_TASK_STACK_DEALLOCATOR`
.. index:: CONFIGURE_TASK_STACK_ALLOCATOR_INIT
@@ -74,11 +74,11 @@ DESCRIPTION:
NOTES:
A correctly configured system shall configure the following to be consistent:
- - `CONFIGURE_TASK_STACK_ALLOCATOR_INIT`
+ * `CONFIGURE_TASK_STACK_ALLOCATOR_INIT`
- - :ref:`CONFIGURE_TASK_STACK_ALLOCATOR`
+ * :ref:`CONFIGURE_TASK_STACK_ALLOCATOR`
- - :ref:`CONFIGURE_TASK_STACK_DEALLOCATOR`
+ * :ref:`CONFIGURE_TASK_STACK_DEALLOCATOR`
.. index:: CONFIGURE_TASK_STACK_DEALLOCATOR
.. index:: task stack deallocator
@@ -109,11 +109,11 @@ DESCRIPTION:
NOTES:
A correctly configured system shall configure the following to be consistent:
- - :ref:`CONFIGURE_TASK_STACK_ALLOCATOR_INIT`
+ * :ref:`CONFIGURE_TASK_STACK_ALLOCATOR_INIT`
- - :ref:`CONFIGURE_TASK_STACK_ALLOCATOR`
+ * :ref:`CONFIGURE_TASK_STACK_ALLOCATOR`
- - `CONFIGURE_TASK_STACK_DEALLOCATOR`
+ * `CONFIGURE_TASK_STACK_DEALLOCATOR`
.. index:: CONFIGURE_TASK_STACK_FROM_ALLOCATOR
.. index:: task stack allocator