summaryrefslogtreecommitdiffstats
path: root/spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATOR.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-30 13:31:28 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-30 13:31:28 +0200
commit217c11150235a4abec2b18547028664cb6f66f82 (patch)
treeb9909dc8e60611a024a16faf32bdf8f90e55bdd5 /spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATOR.yml
parentspec: Avoid self references (diff)
downloadrtems-central-217c11150235a4abec2b18547028664cb6f66f82.tar.bz2
spec: Replace "must" with "shall"
Diffstat (limited to 'spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATOR.yml')
-rw-r--r--spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATOR.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATOR.yml b/spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATOR.yml
index c6dcd5b4..b9c80bc3 100644
--- a/spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATOR.yml
+++ b/spec/acfg/opt/RTEMS-ACFG-OPT-TASKSTACKALLOCATOR.yml
@@ -11,7 +11,7 @@ appl-config-option-index:
- task stack allocator
appl-config-option-name: CONFIGURE_TASK_STACK_ALLOCATOR
appl-config-option-notes: |
- A correctly configured system must configure the following to be consistent:
+ A correctly configured system shall configure the following to be consistent:
- :ref:`CONFIGURE_TASK_STACK_ALLOCATOR_INIT`
@@ -21,7 +21,7 @@ appl-config-option-notes: |
appl-config-option-constraint:
custom:
- |
- The value of this configuration option must be defined to a valid function
+ The value of this configuration option shall be defined to a valid function
pointer of the type ``void *( *allocate )( size_t )``.
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)