[rtems-docs commit] c-user: Update copyright and use glossary terms

Sebastian Huber sebh at rtems.org
Thu Jul 20 09:06:28 UTC 2023


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jul 20 11:27:35 2023 +0200

c-user: Update copyright and use glossary terms

Updates #4772.

---

 c-user/task/directives.rst   | 6 +++---
 c-user/task/introduction.rst | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/c-user/task/directives.rst b/c-user/task/directives.rst
index ea2337a..0ea38c1 100644
--- a/c-user/task/directives.rst
+++ b/c-user/task/directives.rst
@@ -1,7 +1,7 @@
 .. SPDX-License-Identifier: CC-BY-SA-4.0
 
 .. Copyright (C) 2020, 2021 embedded brains GmbH & Co. KG
-.. Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
+.. Copyright (C) 1988, 2023 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
@@ -1519,8 +1519,8 @@ directive and similar directives which set :term:`CLOCK_REALTIME` have no
 effect on a :ref:`InterfaceRtemsTaskWakeAfter` blocked task.  The delay until
 first clock tick will never be a whole clock tick interval since this directive
 will never excute exactly on a clock tick.  Applications requiring use of a
-clock (CLOCK_REALTIME or CLOCK_MONOTONIC) instead of clock ticks should make
-use of `clock_nanosleep()
+clock (:term:`CLOCK_REALTIME` or :term:`CLOCK_MONOTONIC`) instead of clock
+ticks should make use of `clock_nanosleep()
 <https://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_nanosleep.html>`_.
 
 .. rubric:: CONSTRAINTS:
diff --git a/c-user/task/introduction.rst b/c-user/task/introduction.rst
index 4a41acd..f174b42 100644
--- a/c-user/task/introduction.rst
+++ b/c-user/task/introduction.rst
@@ -1,7 +1,7 @@
 .. SPDX-License-Identifier: CC-BY-SA-4.0
 
 .. Copyright (C) 2020, 2021 embedded brains GmbH & Co. KG
-.. Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
+.. Copyright (C) 1988, 2023 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



More information about the vc mailing list