summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-21 05:50:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-21 05:50:02 +0000
commit1598515ece5ff1d40692c49b4a62801332aa8be1 (patch)
treead2cdc8d81a1a320072724c9959e53a092b6e5f2 /usr.bin/vmstat
parent157f0596b9d3a9a573cfce94aa43e80f12142fb9 (diff)
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r--usr.bin/vmstat/vmstat.82
-rw-r--r--usr.bin/vmstat/vmstat.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8
index 83281c5d790b..30b5ca7e532a 100644
--- a/usr.bin/vmstat/vmstat.8
+++ b/usr.bin/vmstat/vmstat.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)vmstat.8 8.1 (Berkeley) 6/6/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/vmstat/vmstat.8,v 1.16.2.3 2001/03/06 12:52:59 ru Exp $
.\"
.Dd June 6, 1996
.Dt VMSTAT 8
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c
index 978b6a4dcc4d..0e3ce76f6050 100644
--- a/usr.bin/vmstat/vmstat.c
+++ b/usr.bin/vmstat/vmstat.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)vmstat.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/vmstat/vmstat.c,v 1.38.2.2 2001/02/18 15:41:11 ume Exp $";
#endif /* not lint */
#include <sys/param.h>