diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
commit | 97d92980a96a50750844f420cc225ddf918f0699 (patch) | |
tree | fc27ba7986197654e0590b963524833255709f22 /usr.sbin/cdcontrol | |
parent | dacec3e8f2226e029edbfe9938772ed71d99af62 (diff) | |
download | src-test2-97d92980a96a50750844f420cc225ddf918f0699.tar.gz src-test2-97d92980a96a50750844f420cc225ddf918f0699.zip |
Notes
Diffstat (limited to 'usr.sbin/cdcontrol')
-rw-r--r-- | usr.sbin/cdcontrol/cdcontrol.1 | 2 | ||||
-rw-r--r-- | usr.sbin/cdcontrol/cdcontrol.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cdcontrol/cdcontrol.1 b/usr.sbin/cdcontrol/cdcontrol.1 index 22e788f839b2..af3804300293 100644 --- a/usr.sbin/cdcontrol/cdcontrol.1 +++ b/usr.sbin/cdcontrol/cdcontrol.1 @@ -1,4 +1,4 @@ -.\" $Id: cdcontrol.1,v 1.17 1999/01/31 03:35:17 billf Exp $ +.\" $FreeBSD$ .\" .Dd July 3, 1995 .Dt CDCONTROL 1 diff --git a/usr.sbin/cdcontrol/cdcontrol.c b/usr.sbin/cdcontrol/cdcontrol.c index ed4f433ea57f..4e124c96e3af 100644 --- a/usr.sbin/cdcontrol/cdcontrol.c +++ b/usr.sbin/cdcontrol/cdcontrol.c @@ -20,7 +20,7 @@ #ifndef lint static const char rcsid[] = - "$Id: cdcontrol.c,v 1.20 1999/08/19 04:10:31 mdodd Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <ctype.h> |