diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
| commit | 1130b656e5fe4c2d1ba299e024d1b40eaeebd380 (patch) | |
| tree | 1ee435de0c816086549d85bbabfe30ead7f413ec /usr.sbin/slstat | |
| parent | aac45e814cf997f0df77795a3c06385075ef005a (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 cd9436baa8a7..a43b9a3db0aa 100644 --- a/usr.sbin/slstat/Makefile +++ b/usr.sbin/slstat/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.6 (Berkeley) 4/23/91 -# $Id: Makefile,v 1.3 1996/09/05 17:15:39 bde Exp $ +# $FreeBSD$ PROG= slstat MAN8= slstat.8 diff --git a/usr.sbin/slstat/slstat.8 b/usr.sbin/slstat/slstat.8 index af1e27b34824..eb2d7b30325f 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 -.\" $Id: slstat.8,v 1.6 1996/10/11 18:47:09 wollman Exp $ +.\" $FreeBSD$ .\" .Dd October 11, 1996 .Dt SLSTAT 8 diff --git a/usr.sbin/slstat/slstat.c b/usr.sbin/slstat/slstat.c index a23b6ba3b396..800eb8b43875 100644 --- a/usr.sbin/slstat/slstat.c +++ b/usr.sbin/slstat/slstat.c @@ -23,7 +23,7 @@ #ifndef lint static const char rcsid[] = - "$Id: slstat.c,v 1.8 1996/12/10 17:00:45 wollman Exp $"; + "$FreeBSD$"; #endif #include <sys/param.h> |
