diff --git a/Action.c b/Action.c index eccd985c..7949b8a3 100644 --- a/Action.c +++ b/Action.c @@ -462,7 +462,7 @@ static const struct { { .key = " H: ", .info = "hide/show user process threads" }, { .key = " K: ", .info = "hide/show kernel threads" }, { .key = " F: ", .info = "cursor follows process" }, - { .key = " F6 + -: ", .info = "expand/collapse tree" }, + { .key = " + -: ", .info = "expand/collapse tree" }, { .key = " P M T: ", .info = "sort by CPU%, MEM% or TIME" }, { .key = " I: ", .info = "invert sort order" }, { .key = " F6 > .: ", .info = "select sort column" }, diff --git a/htop.1.in b/htop.1.in index 7fdcd7f8..82ae4c98 100644 --- a/htop.1.in +++ b/htop.1.in @@ -151,11 +151,9 @@ between them as a tree. Toggling the key will switch between tree and your previously selected sort view. Selecting a sort view will exit tree view. .TP -.B F6 -On sorted view, select a field for sorting, also accessible through < and >. +.B F6, <, > +Selects a field for sorting, also accessible through < and >. The current sort field is indicated by a highlight in the header. -On tree view, expand or collapse the current subtree. A "+" indicator in the -tree node indicates that it is collapsed. .TP .B F7, ] Increase the selected process's priority (subtract from 'nice' value).