Module Name:    src
Committed By:   sevan
Date:           Thu Dec 13 01:29:11 UTC 2018

Modified Files:
        src/usr.bin/vmstat: vmstat.1

Log Message:
Describe what happens when you run vmstat witout any options aka the first line
of vmstat.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/vmstat/vmstat.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/vmstat/vmstat.1
diff -u src/usr.bin/vmstat/vmstat.1:1.22 src/usr.bin/vmstat/vmstat.1:1.23
--- src/usr.bin/vmstat/vmstat.1:1.22	Wed Dec  5 23:42:23 2018
+++ src/usr.bin/vmstat/vmstat.1	Thu Dec 13 01:29:10 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: vmstat.1,v 1.22 2018/12/05 23:42:23 sevan Exp $
+.\"	$NetBSD: vmstat.1,v 1.23 2018/12/13 01:29:10 sevan Exp $
 .\"
 .\" Copyright (c) 2000, 2007 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -53,7 +53,7 @@
 .\"
 .\"	@(#)vmstat.8	8.1 (Berkeley) 6/6/93
 .\"
-.Dd December 5, 2018
+.Dd December 13, 2018
 .Dt VMSTAT 1
 .Os
 .Sh NAME
@@ -73,6 +73,12 @@
 .Nm
 reports certain kernel statistics kept about process, virtual memory,
 disk, trap, and CPU activity.
+If
+.Nm
+is invoked without any options, it displays the summary of statistics since
+boot and exits.
+This is also referred to as the first line of
+.Nm .
 .Pp
 The options are as follows:
 .Bl -tag -width xxxhistname

Reply via email to