docs: fix free.1 groff syntax
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
3a21ef5580
commit
aa2284c820
91
free.1
91
free.1
@ -2,38 +2,38 @@
|
|||||||
.\" This page Copyright (C) 1993 Matt Welsh, mdw@sunsite.unc.edu.
|
.\" This page Copyright (C) 1993 Matt Welsh, mdw@sunsite.unc.edu.
|
||||||
.\" Long options where added at April 15th, 2011.
|
.\" Long options where added at April 15th, 2011.
|
||||||
.\" Freely distributable under the terms of the GPL
|
.\" Freely distributable under the terms of the GPL
|
||||||
.TH FREE 1 "15 Apr 2011 " "Cohesive Systems" "Linux User's Manual"
|
.TH FREE 1 "September 2011" "procps-ng" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
free \- Display amount of free and used memory in the system
|
free \- Display amount of free and used memory in the system
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B free
|
.B free
|
||||||
.RB [ options ]
|
.RI [ options ]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
\fBfree\fP displays the total amount of free and used physical and swap
|
.B free
|
||||||
memory in the system, as well as the buffers used by the kernel.
|
displays the total amount of free and used physical and swap memory in the
|
||||||
The shared memory column should be ignored; it is obsolete.
|
system, as well as the buffers used by the kernel. The shared memory column
|
||||||
.SS OPTIONS
|
should be ignored; it is obsolete.
|
||||||
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-b, \-\-bytes\fR
|
\fB\-b\fR, \fB\-\-bytes\fR
|
||||||
Display the amount of memory in bytes.
|
Display the amount of memory in bytes.
|
||||||
.TP
|
.TP
|
||||||
\fB\-k, \-\-kilo\fR
|
\fB\-k\fR, \fB\-\-kilo\fR
|
||||||
Display the amount of memory in kilobytes. This is the default.
|
Display the amount of memory in kilobytes. This is the default.
|
||||||
.TP
|
.TP
|
||||||
\fB\-m, \-\-mega\fR
|
\fB\-m\fR, \fB\-\-mega\fR
|
||||||
Display the amount of memory in megabytes.
|
Display the amount of memory in megabytes.
|
||||||
.TP
|
.TP
|
||||||
\fB\-g, \-\-giga\fR
|
\fB\-g\fR, \fB\-\-giga\fR
|
||||||
Display the amount of memory in gigabytes.
|
Display the amount of memory in gigabytes.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-tera
|
\fB\-\-tera\fR
|
||||||
Display the amount of memory in terabytes.
|
Display the amount of memory in terabytes.
|
||||||
.TP
|
.TP
|
||||||
\fB\-h, \-\-human\fP
|
\fB\-h\fR, \fB\-\-human\fP
|
||||||
Show all output fields automatically scaled to shortest three
|
Show all output fields automatically scaled to shortest three digit unit and
|
||||||
digit unit and display the units of print out. Following units
|
display the units of print out. Following units are used.
|
||||||
are used.
|
.sp
|
||||||
|
|
||||||
.nf
|
.nf
|
||||||
B = bytes
|
B = bytes
|
||||||
K = kilos
|
K = kilos
|
||||||
@ -41,46 +41,57 @@ are used.
|
|||||||
G = gigas
|
G = gigas
|
||||||
T = teras
|
T = teras
|
||||||
.fi
|
.fi
|
||||||
|
.sp
|
||||||
If unit is missing, and you have petabyte of RAM or swap, the
|
If unit is missing, and you have petabyte of RAM or swap, the number is in
|
||||||
number is in terabytes and columns might not be aligned with
|
terabytes and columns might not be aligned with header.
|
||||||
header.
|
|
||||||
.TP
|
.TP
|
||||||
\fB\-c, \-\-count\fR \fICOUNT\fR
|
\fB\-c\fR, \fB\-\-count\fR \fIcount\fR
|
||||||
Display the result \fIcount\fR times. Requires the \fB\-s\fR option.
|
Display the result
|
||||||
|
.I count
|
||||||
|
times. Requires the
|
||||||
|
.B \-s
|
||||||
|
option.
|
||||||
.TP
|
.TP
|
||||||
\fB\-l, \-\-lohi\fR
|
\fB\-l\fR, \fB\-\-lohi\fR
|
||||||
Show detailed low and high memory statistics.
|
Show detailed low and high memory statistics.
|
||||||
.TP
|
.TP
|
||||||
\fB\-o, \-\-old\fR
|
\fB\-o\fR, \fB\-\-old\fR
|
||||||
Display the output in old format, the only difference being this option
|
Display the output in old format, the only difference being this option
|
||||||
will disable the display of the "buffer adjusted" line.
|
will disable the display of the "buffer adjusted" line.
|
||||||
.TP
|
.TP
|
||||||
\fB\-s, \-\-seconds\fR \fISECONDS\fR
|
\fB\-s\fR, \fB\-\-seconds\fR \fIseconds\fR
|
||||||
Continuously display the result \fIdelay\fP seconds apart. You
|
Continuously display the result delay
|
||||||
may actually specify any floating point number for \fIdelay\fP,
|
.I seconds
|
||||||
|
apart. You may actually specify any floating point number for
|
||||||
|
.IR delay ,
|
||||||
.BR usleep (3)
|
.BR usleep (3)
|
||||||
is used for microsecond resolution delay times.
|
is used for microsecond resolution delay times.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-si\fP
|
\fB\-\-si\fR
|
||||||
Use power of 1000 not 1024.
|
Use power of 1000 not 1024.
|
||||||
.TP
|
.TP
|
||||||
\fB\-t, \-\-total\fR
|
\fB\-t\fR, \fB\-\-total\fR
|
||||||
Display a line showing the column totals.
|
Display a line showing the column totals.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-help\fP
|
\fB\-\-help\fR
|
||||||
Print help.
|
Print help.
|
||||||
.TP
|
.TP
|
||||||
\fB\-V, \-\-version\fR
|
\fB\-V\fR, \fB\-\-version\fR
|
||||||
Display version information.
|
Display version information.
|
||||||
|
.PD
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.nf
|
.TP
|
||||||
/proc/meminfo memory information
|
/proc/meminfo
|
||||||
.fi
|
memory information
|
||||||
|
.PD
|
||||||
|
.SH "SEE ALSO"
|
||||||
|
.BR ps (1),
|
||||||
|
.BR slabtop (1),
|
||||||
|
.BR top "(1),
|
||||||
|
.BR vmstat (8).
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
Written by Brian Edmonds.
|
Written by Brian Edmonds.
|
||||||
|
.SH "REPORTING BUGS"
|
||||||
Send bug reports to <procps@freelists.org>
|
Please send bug reports to
|
||||||
.SH "SEE ALSO"
|
.UR procps\@freelists.org
|
||||||
.BR ps "(1), " slabtop "(1), " top "(1), " vmstat (8).
|
.UE
|
||||||
.\"{{{}}}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user