[rtems-central commit] spec: Fix Clock Manager parameter descriptions

Sebastian Huber sebh at rtems.org
Thu Dec 16 06:41:38 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Dec 16 07:47:06 2021 +0100

spec: Fix Clock Manager parameter descriptions

---

 spec/rtems/clock/if/get-monotonic-coarse-timeval.yml | 2 +-
 spec/rtems/clock/if/get-monotonic-coarse.yml         | 2 +-
 spec/rtems/clock/if/get-monotonic-timeval.yml        | 2 +-
 spec/rtems/clock/if/get-monotonic.yml                | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/spec/rtems/clock/if/get-monotonic-coarse-timeval.yml b/spec/rtems/clock/if/get-monotonic-coarse-timeval.yml
index b4ed7f1..9b523a5 100644
--- a/spec/rtems/clock/if/get-monotonic-coarse-timeval.yml
+++ b/spec/rtems/clock/if/get-monotonic-coarse-timeval.yml
@@ -39,7 +39,7 @@ notes: |
   to get the time in alternative formats.
 params:
 - description: |
-    is the pointer to a ${/c/if/bintime:/name} object.  The time elapsed since
+    is the pointer to a ${/c/if/timeval:/name} object.  The time elapsed since
     some fixed time point in the past measured using the
     ${/glossary/clock-monotonic:/term} at some time point close to the
     directive call will be stored in this object.  Calling the directive with a
diff --git a/spec/rtems/clock/if/get-monotonic-coarse.yml b/spec/rtems/clock/if/get-monotonic-coarse.yml
index 7fdfef7..572515f 100644
--- a/spec/rtems/clock/if/get-monotonic-coarse.yml
+++ b/spec/rtems/clock/if/get-monotonic-coarse.yml
@@ -39,7 +39,7 @@ notes: |
   ${get-monotonic-coarse-timeval:/name} to get the time in alternative formats.
 params:
 - description: |
-    is the pointer to a ${/c/if/bintime:/name} object.  The time elapsed since
+    is the pointer to a ${/c/if/timespec:/name} object.  The time elapsed since
     some fixed time point in the past measured using the
     ${/glossary/clock-monotonic:/term} at some time point close to the
     directive call will be stored in this object.  Calling the directive with a
diff --git a/spec/rtems/clock/if/get-monotonic-timeval.yml b/spec/rtems/clock/if/get-monotonic-timeval.yml
index f294247..e89bfbd 100644
--- a/spec/rtems/clock/if/get-monotonic-timeval.yml
+++ b/spec/rtems/clock/if/get-monotonic-timeval.yml
@@ -39,7 +39,7 @@ notes: |
   ${get-monotonic-sbintime:/name} to get the time in alternative formats.
 params:
 - description: |
-    is the pointer to a ${/c/if/bintime:/name} object.  The time elapsed since
+    is the pointer to a ${/c/if/timeval:/name} object.  The time elapsed since
     some fixed time point in the past measured using the
     ${/glossary/clock-monotonic:/term} at some time point during the directive
     call will be stored in this object.  Calling the directive with a pointer
diff --git a/spec/rtems/clock/if/get-monotonic.yml b/spec/rtems/clock/if/get-monotonic.yml
index ae08e4c..8a0dd06 100644
--- a/spec/rtems/clock/if/get-monotonic.yml
+++ b/spec/rtems/clock/if/get-monotonic.yml
@@ -39,7 +39,7 @@ notes: |
   ${get-monotonic-timeval:/name} to get the time in alternative formats.
 params:
 - description: |
-    is the pointer to a ${/c/if/bintime:/name} object.  The time elapsed since
+    is the pointer to a ${/c/if/timespec:/name} object.  The time elapsed since
     some fixed time point in the past measured using the
     ${/glossary/clock-monotonic:/term} at some time point during the directive
     call will be stored in this object.  Calling the directive with a pointer



More information about the vc mailing list