forked from bobrippling/utop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"pimp" the man page a bit: add author and a single line description,
which has to be expanded, eventually.
- Loading branch information
Florian Unglaub
committed
Mar 27, 2012
1 parent
5bb6149
commit faaf0e9
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,13 @@ | |
utop \- process control | ||
.SH "SYNOPSIS" | ||
.IX Header "SYNOPSIS" | ||
utop [\-f] | ||
utop [\-f] [\-d] | ||
.SH "DESCRIPTION" | ||
.IX Header "DESCRIPTION" | ||
.B utop | ||
is a simple tree-rendering process monitor. | ||
.SH "UTOP COMMANDS" | ||
.IX Header "UTOP COMMANDS" | ||
.SS "Normal Modes Keys" | ||
.IX Subsection "Normal Modes Keys" | ||
/ - enter search | ||
|
@@ -55,9 +59,17 @@ Note: the "selected process" is overridden by the locked process | |
\fB\-f\fR | ||
Don't prompt for lsof, strace and kill | ||
.PP | ||
\fB\-d\fR | ||
Enable debug messages on stderr | ||
.PP | ||
.SH AUTHORS | ||
.IX Header "AUTHORS" | ||
Rob Pilling <[email protected]> | ||
.PP | ||
Florian Unglaub <[email protected]> | ||
.SH "NOTES" | ||
.IX Header "NOTES" | ||
Bugless software! | ||
.SH "SEE ALSO" | ||
.IX Header "SEE ALSO" | ||
top (1), htop (1) | ||
top (1), htop (1), ps (1), kvm (3), sysctl (3) |