summaryrefslogtreecommitdiffstats
path: root/c-user
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-20 11:27:35 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-20 11:27:35 +0200
commitbe789ee60ee14a8005dd5cbc07593da63141b563 (patch)
tree47d936182a19e04246f014dc4bc66d06e17cf744 /c-user
parentuser/bsp-build: Fix typo in BSP set builder command (diff)
downloadrtems-docs-be789ee60ee14a8005dd5cbc07593da63141b563.tar.bz2
c-user: Update copyright and use glossary terms
Updates #4772.
Diffstat (limited to 'c-user')
-rw-r--r--c-user/task/directives.rst6
-rw-r--r--c-user/task/introduction.rst2
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