[rtems-central commit] spec: Fix default value description

Sebastian Huber sebh at rtems.org
Wed Nov 17 08:07:50 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Nov 15 18:56:43 2021 +0100

spec: Fix default value description

---

 spec/acfg/if/max-posix-key-value-pairs.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spec/acfg/if/max-posix-key-value-pairs.yml b/spec/acfg/if/max-posix-key-value-pairs.yml
index e616ed9..0cfc8ec 100644
--- a/spec/acfg/if/max-posix-key-value-pairs.yml
+++ b/spec/acfg/if/max-posix-key-value-pairs.yml
@@ -5,8 +5,8 @@ copyrights:
 default-value: |
   The default value is
   ${max-posix-keys:/name} *
-  ${max-tasks:/name} +
-  ${max-posix-threads:/name}.
+  ( ${max-tasks:/name} +
+  ${max-posix-threads:/name} ).
 description: |
   The value of this configuration option defines the maximum number of key
   value pairs used by POSIX API Keys that can be concurrently active.



More information about the vc mailing list