Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jun 2021 14:42:09 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 3c22b4f83254 - main - vmstat: correct history
Message-ID:  <202106211442.15LEg9O6085762@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=3c22b4f83254b3233418c5aeed5b68cd27b22f9f

commit 3c22b4f83254b3233418c5aeed5b68cd27b22f9f
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-06-21 14:29:57 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-06-21 14:40:54 +0000

    vmstat: correct history
    
    vmstat dates back to 3BSD, but wasn't in 32V nor the 7th edition. It
    does not seem to have been in AT&T's commercial offerings at all.
    
    Sponsored by:           Netflix
---
 usr.bin/vmstat/vmstat.8 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8
index b9c23dee50cf..01b7b2bd3c4b 100644
--- a/usr.bin/vmstat/vmstat.8
+++ b/usr.bin/vmstat/vmstat.8
@@ -28,7 +28,7 @@
 .\"	@(#)vmstat.8	8.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd July 26, 2020
+.Dd June 21, 2021
 .Dt VMSTAT 8
 .Os
 .Sh NAME
@@ -386,7 +386,7 @@ The sections starting with ``Interpreting system activity'' in
 The
 .Nm
 utility first appeared in
-.Bx 4.3 .
+.Bx 3 .
 .Sh BUGS
 The
 .Fl c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106211442.15LEg9O6085762>