[rtems-docs commit] c-user: Adjust URL for struct timespec

Sebastian Huber sebh at rtems.org
Tue Nov 8 06:27:06 UTC 2022


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Nov  8 07:38:32 2022 +0100

c-user: Adjust URL for struct timespec

---

 c-user/clock/directives.rst | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/c-user/clock/directives.rst b/c-user/clock/directives.rst
index 877204a..d531918 100644
--- a/c-user/clock/directives.rst
+++ b/c-user/clock/directives.rst
@@ -1223,11 +1223,10 @@ system initialization using :term:`CLOCK_MONOTONIC`.
 
 ``uptime``
     This parameter is the pointer to a `struct timespec
-    <https://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/time.h.html>`_
-    object.  When the directive call is successful, the seconds and nanoseconds
-    elapsed since some time point during the system initialization and some
-    point during the directive call using :term:`CLOCK_MONOTONIC` will be
-    stored in this object.
+    <https://en.cppreference.com/w/c/chrono/timespec>`_ object.  When the
+    directive call is successful, the seconds and nanoseconds elapsed since
+    some time point during the system initialization and some point during the
+    directive call using :term:`CLOCK_MONOTONIC` will be stored in this object.
 
 .. rubric:: RETURN VALUES:
 



More information about the vc mailing list