summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/timer.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/rtems/timer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/include/rtems/rtems/timer.h b/cpukit/include/rtems/rtems/timer.h
index 4593feecf3..2683318e70 100644
--- a/cpukit/include/rtems/rtems/timer.h
+++ b/cpukit/include/rtems/rtems/timer.h
@@ -377,8 +377,9 @@ rtems_status_code rtems_timer_ident( rtems_name name, rtems_id *id );
*
* This directive cancels the timer specified by ``id``. This timer will be
* reinitiated by the next invocation of rtems_timer_reset(),
- * rtems_timer_fire_after(), or rtems_timer_fire_when() with the same timer
- * identifier.
+ * rtems_timer_fire_after(), rtems_timer_fire_when(),
+ * rtems_timer_server_fire_after(), or rtems_timer_server_fire_when() with the
+ * same timer identifier.
*
* @retval ::RTEMS_SUCCESSFUL The requested operation was successful.
*