mirror of https://github.com/xzeldon/htop.git
Mention the "c" key (tag subtree) in the man
This was reported by @agguser.
This commit is contained in:
parent
103f1a497a
commit
fd15ead51b
|
@ -85,8 +85,13 @@ Tag or untag a process. Commands that can operate on multiple processes,
|
||||||
like "kill", will then apply over the list of tagged processes, instead
|
like "kill", will then apply over the list of tagged processes, instead
|
||||||
of the currently highlighted one.
|
of the currently highlighted one.
|
||||||
.TP
|
.TP
|
||||||
|
.B c
|
||||||
|
Tag the current process and its children. Commands that can operate on multiple
|
||||||
|
processes, like "kill", will then apply over the list of tagged processes,
|
||||||
|
instead of the currently highlighted one.
|
||||||
|
.TP
|
||||||
.B U
|
.B U
|
||||||
Untag all processes (remove all tags added with the Space key).
|
Untag all processes (remove all tags added with the Space or c keys).
|
||||||
.TP
|
.TP
|
||||||
.B s
|
.B s
|
||||||
Trace process system calls: if strace(1) is installed, pressing this key
|
Trace process system calls: if strace(1) is installed, pressing this key
|
||||||
|
|
Loading…
Reference in New Issue