aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
commitc3aac50f284c6cca5b4f2eb46aaa13812cb8b630 (patch)
tree399ca96df93caf6a718d5c0499575d187c3c753c /usr.bin/vmstat
parent7f3dea244c40159a41ab22da77a434d7c5b5e85a (diff)
downloadsrc-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.tar.gz
src-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.zip
$Id$ -> $FreeBSD$
Notes
Notes: svn path=/head/; revision=50477
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 7fb1ddb86010..860628e88693 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
-.\" $Id: vmstat.8,v 1.14 1999/04/26 14:08:04 kris Exp $
+.\" $FreeBSD$
.\"
.Dd June 6, 1996
.Dt VMSTAT 8
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c
index c67a1eb637c8..a06b44e0b9f1 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[] =
- "$Id: vmstat.c,v 1.35 1999/05/12 11:49:47 bde Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/param.h>