From be789ee60ee14a8005dd5cbc07593da63141b563 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 20 Jul 2023 11:27:35 +0200 Subject: [PATCH] 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() `_. .. 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