summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <justus@gnupg.org>2017-08-05 17:02:42 +0200
committerJustus Winter <justus@gnupg.org>2017-08-05 17:04:56 +0200
commit33e6c91c970f34443094ea6c076109575acd1586 (patch)
tree8f192511b2e864ba74f3a214be9b489e78ce540b
parent0d94b02b5e1d4857e8af8ceedfb2af467d7a0a2a (diff)
doc: Document 'show all tasks'.
-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.