diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-20 08:47:53 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-20 08:47:53 +0000 |
| commit | 7e6cd705f344de2f9f08475a0fa2ef9191f88dd0 (patch) | |
| tree | 3ce9d5458d0d6e880d50e1e1f1e1ed7521a35ad1 /usr.sbin/slstat | |
| parent | 172a0f0d163415e05ea07968167b11145975a6cb (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/4.0.0_cvs
'RELENG_4_0_0_RELEASE'.
This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
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 601612578129..921b3ce6748e 100644 --- a/usr.sbin/slstat/Makefile +++ b/usr.sbin/slstat/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.6 (Berkeley) 4/23/91 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/slstat/Makefile,v 1.7 1999/08/28 01:19:59 peter Exp $ PROG= slstat MAN8= slstat.8 diff --git a/usr.sbin/slstat/slstat.8 b/usr.sbin/slstat/slstat.8 index 92ba8a1db49c..6d3a803ba487 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$ +.\" $FreeBSD: src/usr.sbin/slstat/slstat.8,v 1.14 2000/03/01 14:08:34 sheldonh Exp $ .\" .Dd October 11, 1996 .Dt SLSTAT 8 diff --git a/usr.sbin/slstat/slstat.c b/usr.sbin/slstat/slstat.c index e3004f309ad7..93b2662d5d6c 100644 --- a/usr.sbin/slstat/slstat.c +++ b/usr.sbin/slstat/slstat.c @@ -23,7 +23,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/slstat/slstat.c,v 1.14 1999/08/28 01:20:00 peter Exp $"; #endif #include <sys/param.h> |
