diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
commit | 76f0c923fe4b2a1616453876611dc76b4f6b5355 (patch) | |
tree | 11c3e263d5f0f3acaf3b23fd63177baa9d93b750 /sbin/cxconfig | |
parent | c148814ac642685a549ea821e649cd359879c935 (diff) | |
download | FreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.zip FreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.tar.gz |
$Id$ -> $FreeBSD$
Diffstat (limited to 'sbin/cxconfig')
-rw-r--r-- | sbin/cxconfig/cxconfig.8 | 2 | ||||
-rw-r--r-- | sbin/cxconfig/cxconfig.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/cxconfig/cxconfig.8 b/sbin/cxconfig/cxconfig.8 index e502e38..066c4e9 100644 --- a/sbin/cxconfig/cxconfig.8 +++ b/sbin/cxconfig/cxconfig.8 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $FreeBSD$ .Dd December 2, 1994 .Dt CXCONFIG 8 .Os FreeBSD diff --git a/sbin/cxconfig/cxconfig.c b/sbin/cxconfig/cxconfig.c index cae322b..3ae000d 100644 --- a/sbin/cxconfig/cxconfig.c +++ b/sbin/cxconfig/cxconfig.c @@ -24,7 +24,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <err.h> |