docs: mention long options in man tload.1

The commit includes few generic manual clean ups as well.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2011-06-06 22:48:26 +02:00
parent c1b3c819b0
commit 35c8459c47

57
tload.1
View File

@ -1,39 +1,42 @@
.\" -*-Nroff-*- .\" -*-Nroff-*-
.\" This page Copyright (C) 1993 Matt Welsh, mdw@tc.cornell.edu. .\" This page Copyright (C) 1993 Matt Welsh, mdw@tc.cornell.edu.
.\" Freely distributable under the terms of the GPL .\" Freely distributable under the terms of the GPL
.TH TLOAD 1 "20 Mar 1993 " "Cohesive Systems" "Linux User's Manual" .TH TLOAD "1" "June 2011" "procps-ng" "User Commands"
.SH NAME .SH NAME
tload \- graphic representation of system load average tload \- graphic representation of system load average
.SH SYNOPSIS .SH SYNOPSIS
.B tload .B tload
.RB [ "\-V" "] [" "\-s" [\fIoptions\fR] [\fItty\fR]
.IR scale "] ["
.BI "\-d" " delay"
.RI "] [" tty ]
.SH DESCRIPTION .SH DESCRIPTION
\fBtload\fP prints a graph of the current system load average to the .B tload
specified \fItty\fP (or the tty of the tload process if none is specified). prints a graph of the current system load average to the specified
.SS Options .I tty
The (or the tty of the tload process if none is specified).
.BI "\-s" " scale" .SH OPTIONS
option allows a vertical scale to be specified for the .TP
display (in characters between graph ticks); thus, a smaller value \fB\-s\fR, \fB\-\-scale\fR \fInumber\fR
represents a larger scale, and vice versa. The scale option allows a vertical scale to be specified for the display (in
characters between graph ticks); thus, a smaller value represents a larger
The scale, and vice versa.
.BI "\-d" " delay" .TP
sets the delay between graph updates in seconds. \fB\-d\fR, \fB\-\-delay\fR \fIseconds\fR
The delay sets the delay between graph updates in
.IR seconds .
.TP
\fB\-h\fR, \fB\-\-help\fR
Display this help text.
.TP
\fB\-V\fR, \fB\-\-version\fR
Display version information and exit.
.PP .PP
.SH FILES .SH FILES
.I /proc/loadavg .I /proc/loadavg
load average information load average information
.SH "SEE ALSO" .SH "SEE ALSO"
.BR ps (1), .BR ps (1),
.BR top (1), .BR top (1),
.BR uptime (1), .BR uptime (1),
.BR w (1) .BR w (1)
.SH BUGS .SH BUGS
The The
.BI "\-d" " delay" .BI "\-d" " delay"
@ -42,9 +45,15 @@ option sets the time argument for an
if \-d 0 is specified, the alarm is set to 0, which will never send the if \-d 0 is specified, the alarm is set to 0, which will never send the
.B SIGALRM .B SIGALRM
and update the display. and update the display.
.SH AUTHORS .SH AUTHORS
Branko Lankester, David Engel <david@ods.com>, and Branko Lankester,
Michael K. Johnson <johnsonm@redhat.com>. .UR david\@\:ods.\:com
David Engel
Please send bug reports to <albert@users.sf.net> .UE , and
.UR johnsonm\@\:redhat.\:com
Michael K. Johnson
.UE .
.SH "REPORTING BUGS"
Please send bug reports to
.UR procps\@freelists.org
.UE