diff options
author | Justus Winter <justus@gnupg.org> | 2017-08-05 17:02:42 +0200 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2017-08-05 17:04:56 +0200 |
commit | 33e6c91c970f34443094ea6c076109575acd1586 (patch) | |
tree | 8f192511b2e864ba74f3a214be9b489e78ce540b /doc | |
parent | 0d94b02b5e1d4857e8af8ceedfb2af467d7a0a2a (diff) | |
download | gnumach-33e6c91c970f34443094ea6c076109575acd1586.tar.gz gnumach-33e6c91c970f34443094ea6c076109575acd1586.tar.bz2 gnumach-33e6c91c970f34443094ea6c076109575acd1586.zip |
doc: Document 'show all tasks'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mach.texi | 4 |
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. |