summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/mach.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/mach.texi b/doc/mach.texi
index 756731e6..8ffeaa0a 100644
--- a/doc/mach.texi
+++ b/doc/mach.texi
@@ -7058,6 +7058,10 @@ supported by the platform). If the corresponding
status bit is off, @code{.} is printed instead. If @code{l} option is
specified, more detail information is printed for each thread.
+@item show all tasks
+Displays all tasks similar to @code{show all threads}, but omits
+information about the individual threads.
+
@item show task [ @var{addr} ]
Display the information of a task specified by @var{addr}. If
@var{addr} is omitted, current task information is displayed.