summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/rtems/clock/if/get-monotonic-coarse-timeval.yml2
-rw-r--r--spec/rtems/clock/if/get-monotonic-coarse.yml2
-rw-r--r--spec/rtems/clock/if/get-monotonic-timeval.yml2
-rw-r--r--spec/rtems/clock/if/get-monotonic.yml2
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