From ff65082f1d853b37122f9aee1b0a9ebe28f42d35 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 16 Dec 2021 07:47:06 +0100 Subject: 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 b4ed7f12..9b523a58 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 7fdfef77..572515fa 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 f2942475..e89bfbdb 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 ae08e4c6..8a0dd064 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 -- cgit v1.2.3