diff options
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..7edf887bf58e 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 $ +# $Id: Makefile,v 1.4 1996/10/11 18:47:08 wollman Exp $ PROG= slstat MAN8= slstat.8 diff --git a/usr.sbin/slstat/slstat.8 b/usr.sbin/slstat/slstat.8 index 3f6d88b1dace..9d6a0159c845 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.10 1997/02/22 16:13:33 peter Exp $ +.\" $Id: slstat.8,v 1.6.2.2 1997/03/06 08:00:20 mpp Exp $ .\" .Dd October 11, 1996 .Dt SLSTAT 8 diff --git a/usr.sbin/slstat/slstat.c b/usr.sbin/slstat/slstat.c index 53e1bac63497..0f9f2b347688 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.6.2.1 1996/11/05 20:17:27 phk Exp $"; + "$Id: slstat.c,v 1.6.2.2 1996/11/12 09:11:51 phk Exp $"; #endif #include <sys/param.h> |