Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
25a2aada
Commit
25a2aada
authored
Sep 08, 2011
by
Hisham Muhammad
Browse files
Fix on-screen documentation regarding [ and ]
parent
03322b62
Changes
2
Hide whitespace changes
Inline
Side-by-side
htop.1.in
View file @
25a2aada
...
...
@@ -86,11 +86,11 @@ tree view.
Select field for sorting. The sort field is indicated by a
highlight in the header.
.TP
.B F7, ]
, -
.B F7, ]
Increase selected process priority (subtract from 'nice' value).
This can be done by the superuser only.
.TP
.B F8, [
, +
.B F8, [
Decrease selected process priority (add to 'nice' value)
.TP
.B F9, k
...
...
htop.c
View file @
25a2aada
...
...
@@ -142,8 +142,8 @@ static void showHelp(ProcessList* pl) {
mvaddstr
(
13
,
0
,
" Space"
);
mvaddstr
(
13
,
40
,
" F"
);
mvaddstr
(
14
,
0
,
" U"
);
mvaddstr
(
14
,
40
,
" + -"
);
mvaddstr
(
15
,
0
,
" F9 k"
);
mvaddstr
(
15
,
40
,
" P"
);
mvaddstr
(
16
,
0
,
"
[
F7"
);
mvaddstr
(
16
,
40
,
" M"
);
mvaddstr
(
17
,
0
,
"
]
F8"
);
mvaddstr
(
17
,
40
,
" T"
);
mvaddstr
(
16
,
0
,
"
]
F7"
);
mvaddstr
(
16
,
40
,
" M"
);
mvaddstr
(
17
,
0
,
"
[
F8"
);
mvaddstr
(
17
,
40
,
" T"
);
mvaddstr
(
18
,
40
,
" F4 I"
);
#if HAVE_PLPA
if
(
pl
->
cpuCount
>
1
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment