git: 3c22b4f83254 - main - vmstat: correct history

Warner Losh imp at FreeBSD.org
Mon Jun 21 14:42:10 UTC 2021


The branch main has been updated by imp:

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

commit 3c22b4f83254b3233418c5aeed5b68cd27b22f9f
Author:     Warner Losh <imp at FreeBSD.org>
AuthorDate: 2021-06-21 14:29:57 +0000
Commit:     Warner Losh <imp at 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


More information about the dev-commits-src-main mailing list