summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-10-08 05:39:08 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-10-08 05:39:08 +0000
commite1b05e3a6cd90b0bf91b47aeff71da2a9d048a9d (patch)
treed57c49002f2656171c2f00359a26c3e3f414b6ad /usr.bin/vmstat
parent7d5bc6320988857ad6ae9fe1d002ad6d8a7af0dd (diff)
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r--usr.bin/vmstat/Makefile2
-rw-r--r--usr.bin/vmstat/vmstat.82
-rw-r--r--usr.bin/vmstat/vmstat.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/vmstat/Makefile b/usr.bin/vmstat/Makefile
index d3bd40d004fd..acb194e1f340 100644
--- a/usr.bin/vmstat/Makefile
+++ b/usr.bin/vmstat/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/vmstat/Makefile,v 1.5.6.1 2001/04/25 11:29:44 ru Exp $
PROG= vmstat
MAN= vmstat.8
diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8
index ff8b80b2612a..f94da4ca426d 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.5 2001/08/16 13:17:13 ru Exp $
.\"
.Dd June 6, 1996
.Dt VMSTAT 8
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c
index 55b62c3a52eb..99c23c2cd989 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.4 2001/07/31 19:52:41 tmm Exp $";
#endif /* not lint */
#include <sys/param.h>