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
9b8d11d9
Commit
9b8d11d9
authored
Jun 02, 2009
by
Hisham Muhammad
Browse files
doc fix
parent
6330ff3a
Changes
2
Hide whitespace changes
Inline
Side-by-side
htop.1
View file @
9b8d11d9
...
...
@@ -50,6 +50,10 @@ Trace process system calls: if strace(1) is installed, pressing this key
will attach it to the currently selected process, presenting a live
update of system calls issued by the process.
.TP
.B l
Display open files for a process: if lsof(1) is installed, pressing this key
will display the list of file descriptors opened by the process.
.TP
.B F1, h
Help screen
.TP
...
...
htop.c
View file @
9b8d11d9
...
...
@@ -139,7 +139,7 @@ static void showHelp(ProcessList* pl) {
mvaddstr
(
18
,
0
,
" a:"
);
#endif
mvaddstr
(
19
,
0
,
" F2 S"
);
mvaddstr
(
19
,
40
,
" F6 >"
);
mvaddstr
(
20
,
0
,
" F1 h"
);
mvaddstr
(
20
,
0
,
" F1 h"
);
mvaddstr
(
20
,
40
,
" l"
);
mvaddstr
(
21
,
0
,
" F10 q"
);
mvaddstr
(
21
,
40
,
" s"
);
attrset
(
CRT_colors
[
DEFAULT_COLOR
]);
...
...
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