diff options
author | Nan Xiao <nan@chinadtrace.org> | 2020-05-01 08:45:30 +0800 |
---|---|---|
committer | Robert Mustacchi <rm@fingolfin.org> | 2020-05-04 18:19:42 -0700 |
commit | 18c4eaf123da22eddbe6e9a4ba7b8115ba748075 (patch) | |
tree | cf121a71a83dc97232df7db0d2e73a5d66723970 /usr/src | |
parent | b68ab351091d2aea3f72a011f64de12fb05fc833 (diff) | |
download | illumos-joyent-18c4eaf123da22eddbe6e9a4ba7b8115ba748075.tar.gz |
12669 Add omitted word in vmstat man page
Reviewed by: Marcel Telka <marcel@telka.sk>
Reviewed by: Toomas Soome <toomas@me.com>
Reviewed by: Joshua M. Clulow <josh@sysmgr.org>
Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/man/man1m/vmstat.1m | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/usr/src/man/man1m/vmstat.1m b/usr/src/man/man1m/vmstat.1m index 5c53b020fa..4b23b651fd 100644 --- a/usr/src/man/man1m/vmstat.1m +++ b/usr/src/man/man1m/vmstat.1m @@ -3,17 +3,15 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH VMSTAT 1M "April 14, 2015" +.TH VMSTAT 1M "May 1, 2020" .SH NAME vmstat \- report virtual memory statistics .SH SYNOPSIS -.LP .nf \fBvmstat\fR [\fB-ipqsS\fR] [\fB-T\fR u | d] [\fIdisks\fR] [\fIinterval\fR [\fIcount\fR]] .fi .SH DESCRIPTION -.LP \fBvmstat\fR reports virtual memory statistics regarding kernel thread, virtual memory, disk, trap, and \fBCPU\fR activity. .sp @@ -46,9 +44,8 @@ output, in one of the following forms: .sp .LP -See \fI\fR for device naming conventions for disks. +See \fBdisks\fR(1M) for device naming conventions for disks. .SH OPTIONS -.LP The following options are supported: .sp .ne 2 @@ -196,7 +193,6 @@ time. See \fBtime\fR(2). Specify \fBd\fR for standard date format. See .RE .SH OPERANDS -.LP The following operands are supported: .sp .ne 2 @@ -232,7 +228,6 @@ to the \fB-i\fR and \fB-s\fR options. .RE .SH EXAMPLES -.LP \fBExample 1 \fRUsing \fBvmstat\fR .sp .LP @@ -499,7 +494,6 @@ above only report actitivity on the processors in the processor set of the .RE .SH ATTRIBUTES -.LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -517,11 +511,9 @@ Interface Stability See below. .LP Invocation is evolving. Human readable output is unstable. .SH SEE ALSO -.LP -\fBdate\fR(1), \fBsar\fR(1), \fBiostat\fR(1M), \fBmpstat\fR(1M), \fBsar\fR(1M), +\fBdate\fR(1), \fBsar\fR(1), \fBdisks\fR(1M), \fBiostat\fR(1M), \fBmpstat\fR(1M), \fBsar\fR(1M), \fBtime\fR(2), \fBattributes\fR(5) .SH NOTES -.LP The sum of CPU utilization might vary slightly from 100 because of rounding errors in the production of a percentage figure. .sp |