summaryrefslogtreecommitdiff
path: root/doc/mach.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mach.texi')
-rw-r--r--doc/mach.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mach.texi b/doc/mach.texi
index cfa5189f..fc74b384 100644
--- a/doc/mach.texi
+++ b/doc/mach.texi
@@ -5089,7 +5089,7 @@ total system run time for live threads
This is a pointer to a @code{struct task_thread_times_info}.
@end deftp
-@deftypefun kern_return_t task_set_name (@w{task_t @var{target_task}}, @w{kernel_debug_name_t @var{name}})
+@deftypefun kern_return_t task_set_name (@w{task_t @var{target_task}}, @w{const_kernel_debug_name_t @var{name}})
The function @code{task_set_name} sets the name of @var{target_task}
to @var{name}, truncating it if necessary.