summaryrefslogtreecommitdiffstats
path: root/doc/user/task.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/task.t')
-rw-r--r--doc/user/task.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/task.t b/doc/user/task.t
index 858879a94b..8ab2ecdb2f 100644
--- a/doc/user/task.t
+++ b/doc/user/task.t
@@ -1817,7 +1817,7 @@ should be considered volatile.
@findex rtems_task_variable_delete
@example
rtems_status_code rtems_task_variable_delete(
- rtems_id tid,
+ rtems_id id,
void **task_variable
);
@end example