summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-11-08 06:48:04 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-11-08 07:00:18 +0100
commit4e4fb78bf1a5be455c1e801454838378b06b04e1 (patch)
treec4ee21fbf127a36112b6343ff88a4e19f62e6c5c
parentmodules: Update rtems (diff)
downloadrtems-central-4e4fb78bf1a5be455c1e801454838378b06b04e1.tar.bz2
spec: Fix type in description
-rw-r--r--spec/rtems/clock/if/get-uptime.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/spec/rtems/clock/if/get-uptime.yml b/spec/rtems/clock/if/get-uptime.yml
index e3561f76..e8699668 100644
--- a/spec/rtems/clock/if/get-uptime.yml
+++ b/spec/rtems/clock/if/get-uptime.yml
@@ -32,10 +32,11 @@ name: rtems_clock_get_uptime
notes: null
params:
- description: |
- is the pointer to a ${/c/if/timeval:/name} 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 ${/glossary/clock-monotonic:/term} will be stored in this object.
+ is the pointer to a ${/c/if/timespec:/name} 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 ${/glossary/clock-monotonic:/term} will be stored in this
+ object.
dir: out
name: uptime
return: