summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-12-16 07:47:06 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-12-16 07:47:32 +0100
commitff65082f1d853b37122f9aee1b0a9ebe28f42d35 (patch)
tree92453cb1b3d544b4ad080ba0ba548bb7b2dd6de7
parentsphinxcontent: Improve formatting of structures (diff)
downloadrtems-central-ff65082f1d853b37122f9aee1b0a9ebe28f42d35.tar.bz2
spec: Fix Clock Manager parameter descriptions
-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