diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 16:15:28 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 16:15:28 +0000 |
| commit | 476602a9d0b9041b42a108349dc58a4ca6bf4223 (patch) | |
| tree | 38391bfc9e5932559569fed2d8231e23b5bdd0ce /usr.sbin/slstat | |
| parent | fce15c9ab3ca0f4ffcbe6938087612818d7c7d80 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/slstat')
| -rw-r--r-- | usr.sbin/slstat/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/slstat/slstat.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/slstat/slstat.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/slstat/Makefile b/usr.sbin/slstat/Makefile index a43b9a3db0aa..a74a30fb2c4b 100644 --- a/usr.sbin/slstat/Makefile +++ b/usr.sbin/slstat/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.6 (Berkeley) 4/23/91 -# $FreeBSD$ +# $Id$ PROG= slstat MAN8= slstat.8 diff --git a/usr.sbin/slstat/slstat.8 b/usr.sbin/slstat/slstat.8 index 06407d40cb57..e7d87192abc6 100644 --- a/usr.sbin/slstat/slstat.8 +++ b/usr.sbin/slstat/slstat.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)slstat.8 6.8 (Berkeley) 6/20/91 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd October 11, 1996 .Dt SLSTAT 8 diff --git a/usr.sbin/slstat/slstat.c b/usr.sbin/slstat/slstat.c index 800eb8b43875..1d07faf387a8 100644 --- a/usr.sbin/slstat/slstat.c +++ b/usr.sbin/slstat/slstat.c @@ -23,7 +23,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$Id$"; #endif #include <sys/param.h> |
