[rtems-docs commit] c-user: Update OAR copyright and reformat

Sebastian Huber sebh at rtems.org
Thu Aug 11 07:28:07 UTC 2022


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Aug 11 08:26:30 2022 +0200

c-user: Update OAR copyright and reformat

These files are generated by a script.

---

 c-user/config/general.rst   |  2 +-
 c-user/config/mpci.rst      |  2 +-
 c-user/config/posix-api.rst | 20 ++++++++------------
 3 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/c-user/config/general.rst b/c-user/config/general.rst
index 0da7530..fa43686 100644
--- a/c-user/config/general.rst
+++ b/c-user/config/general.rst
@@ -1,7 +1,7 @@
 .. SPDX-License-Identifier: CC-BY-SA-4.0
 
 .. Copyright (C) 2020, 2021 embedded brains GmbH (http://www.embedded-brains.de)
-.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+.. Copyright (C) 1988, 2022 On-Line Applications Research Corporation (OAR)
 
 .. This file is part of the RTEMS quality process and was automatically
 .. generated.  If you find something that needs to be fixed or
diff --git a/c-user/config/mpci.rst b/c-user/config/mpci.rst
index d40f15c..003afd3 100644
--- a/c-user/config/mpci.rst
+++ b/c-user/config/mpci.rst
@@ -1,7 +1,7 @@
 .. SPDX-License-Identifier: CC-BY-SA-4.0
 
 .. Copyright (C) 2020, 2021 embedded brains GmbH (http://www.embedded-brains.de)
-.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+.. Copyright (C) 1988, 2022 On-Line Applications Research Corporation (OAR)
 
 .. This file is part of the RTEMS quality process and was automatically
 .. generated.  If you find something that needs to be fixed or
diff --git a/c-user/config/posix-api.rst b/c-user/config/posix-api.rst
index 78cb724..f72124c 100644
--- a/c-user/config/posix-api.rst
+++ b/c-user/config/posix-api.rst
@@ -1,7 +1,7 @@
 .. SPDX-License-Identifier: CC-BY-SA-4.0
 
 .. Copyright (C) 2020, 2021 embedded brains GmbH (http://www.embedded-brains.de)
-.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+.. Copyright (C) 1988, 2022 On-Line Applications Research Corporation (OAR)
 
 .. This file is part of the RTEMS quality process and was automatically
 .. generated.  If you find something that needs to be fixed or
@@ -477,26 +477,22 @@ configuration option enabled.
 
 The following constraints apply to this configuration option:
 
-* The value of the configuration option shall be greater than or equal
-to zero.
+* The value of the configuration option shall be greater than or equal to zero.
 
-* The value of the configuration option shall be less than or equal
-to 65535.
+* The value of the configuration option shall be less than or equal to 65535.
 
 * The value of the configuration option shall be less than or equal to a
-  BSP-specific and application-specific value which depends on the size
-  of the memory available to the application.
+  BSP-specific and application-specific value which depends on the size of the
+  memory available to the application.
 
 * The value of the configuration option may be defined through
   :c:func:`rtems_resource_unlimited` the enable unlimited objects for the
   object class, if the value passed to :c:func:`rtems_resource_unlimited`
   satisfies all other constraints of the configuration option.
 
-* The value of the configuration option shall be zero if the POSIX API
-is not
-  enabled (e.g. RTEMS was built without the ``RTEMS_POSIX_API = True``
-  build configuration option).  Otherwise a compile time error in the
-  configuration
+* The value of the configuration option shall be zero if the POSIX API is not
+  enabled (e.g. RTEMS was built without the ``RTEMS_POSIX_API = True`` build
+  configuration option).  Otherwise a compile time error in the configuration
   file will occur.
 
 .. Generated from spec:/acfg/if/min-posix-thread-stack-size



More information about the vc mailing list