From bea9b4798717b6f4e31085506dfc179eeb8dc17c Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:26 +0200 Subject: Imported Upstream version 0.8.3 --- htop.1 | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'htop.1') diff --git a/htop.1 b/htop.1 index 57c7012..e45ffa6 100644 --- a/htop.1 +++ b/htop.1 @@ -1,4 +1,4 @@ -.TH "htop" "1" "0.8" "Bartosz Fenski " "Utils" +.TH "htop" "1" "0.8.3" "Bartosz Fenski " "Utils" .SH "NAME" htop \- interactive process viewer .SH "SYNTAX" @@ -14,6 +14,21 @@ horizontally to see all processes and their full command lines. Tasks related to processes (killing, renicing) can be done without entering their PIDs. .br +.SH "COMMAND-LINE OPTIONS" +.LP +The following flags are supported: +.LP +.TP +\fB\-d DELAY\fR +Delay between updates, in tenths of seconds +.TP +\fB\-u USERNAME\fR +Show only processes of a given user +.TP +\fB\-\-sort\-key COLUMN\fR +Sort by this column (use --sort-key help for a column list) +.PP +.br .SH "INTERACTIVE COMMANDS" .LP The following commands are supported: @@ -35,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 -- cgit v1.2.3