[rtems-docs commit] c-user: Fix CONFIGURE_MAXIMUM_PROCESSORS minimum

Sebastian Huber sebh at rtems.org
Tue Jul 7 11:05:25 UTC 2020


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jul  7 07:33:34 2020 +0200

c-user: Fix CONFIGURE_MAXIMUM_PROCESSORS minimum

---

 c-user/config/general.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c-user/config/general.rst b/c-user/config/general.rst
index b1bca61..4b66c13 100644
--- a/c-user/config/general.rst
+++ b/c-user/config/general.rst
@@ -305,7 +305,7 @@ DEFAULT VALUE:
     The default value is 1.
 
 VALUE CONSTRAINTS:
-    The value of this configuration option shall be greater than or equal to 0
+    The value of this configuration option shall be greater than or equal to 1
     and less than or equal to ``CPU_MAXIMUM_PROCESSORS``.
 
 DESCRIPTION:



More information about the vc mailing list