diff options
Diffstat (limited to 'usr.sbin/apm')
-rw-r--r-- | usr.sbin/apm/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/apm/apm.8 | 2 | ||||
-rw-r--r-- | usr.sbin/apm/apm.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index 64492474dfbd9..3095eafe56dd5 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/apm/Makefile,v 1.10 2000/01/25 08:39:15 bde Exp $ PROG= apm LINKS= ${BINDIR}/apm ${BINDIR}/zzz diff --git a/usr.sbin/apm/apm.8 b/usr.sbin/apm/apm.8 index e3d6a2ab0cf6e..f4aacb1341a00 100644 --- a/usr.sbin/apm/apm.8 +++ b/usr.sbin/apm/apm.8 @@ -8,7 +8,7 @@ .\" responsible for the proper functioning of this software, nor does .\" the author assume any responsibility for damages incurred with its .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/apm/apm.8,v 1.16 2000/03/01 14:07:50 sheldonh Exp $ .\" .\" use. .Dd November 1, 1994 diff --git a/usr.sbin/apm/apm.c b/usr.sbin/apm/apm.c index 6cfd86f474f10..ef01daba6116c 100644 --- a/usr.sbin/apm/apm.c +++ b/usr.sbin/apm/apm.c @@ -15,7 +15,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/apm/apm.c,v 1.22.2.4 2000/08/19 17:13:48 ume Exp $"; #endif /* not lint */ #include <sys/file.h> |