summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-22 14:02:58 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-22 15:56:39 +0200
commitc8729ae4cde180f69fe59abadbe07339971b0fc2 (patch)
treec0a6297e76b82e9e17b6bdad59c8be0375f9e758
parentconfig.yml: Generate more chapters (diff)
downloadrtems-central-c8729ae4cde180f69fe59abadbe07339971b0fc2.tar.bz2
spec: Clarify rtems_timer_cancel() docs
-rw-r--r--spec/rtems/timer/if/cancel.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/rtems/timer/if/cancel.yml b/spec/rtems/timer/if/cancel.yml
index 13fe834e..d84c71ae 100644
--- a/spec/rtems/timer/if/cancel.yml
+++ b/spec/rtems/timer/if/cancel.yml
@@ -15,7 +15,8 @@ definition:
description: |
This directive cancels the timer specified by ${.:/params[0]/name}. This
timer will be reinitiated by the next invocation of ${reset:/name},
- ${fire-after:/name}, or ${fire-when:/name} with the same timer identifier.
+ ${fire-after:/name}, ${fire-when:/name}, ${server-fire-after:/name}, or
+ ${server-fire-when:/name} with the same timer identifier.
enabled-by: true
index-entries:
- cancel a timer