diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 16:15:28 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 16:15:28 +0000 |
commit | b782f4df30a869a074431c7b185f0c7c69878254 (patch) | |
tree | 38391bfc9e5932559569fed2d8231e23b5bdd0ce /usr.sbin/sicontrol | |
parent | 245ba20d12ed60e7b9d9a49bb54409be53d8ec0f (diff) | |
download | FreeBSD-src-b782f4df30a869a074431c7b185f0c7c69878254.zip FreeBSD-src-b782f4df30a869a074431c7b185f0c7c69878254.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'usr.sbin/sicontrol')
-rw-r--r-- | usr.sbin/sicontrol/sicontrol.8 | 2 | ||||
-rw-r--r-- | usr.sbin/sicontrol/sicontrol.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sicontrol/sicontrol.8 b/usr.sbin/sicontrol/sicontrol.8 index bd68240..ad0f51e 100644 --- a/usr.sbin/sicontrol/sicontrol.8 +++ b/usr.sbin/sicontrol/sicontrol.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $Id$ .\" The following requests are required for all man pages. .Dd September 26,1995 .Dt SICONTROL 8 diff --git a/usr.sbin/sicontrol/sicontrol.c b/usr.sbin/sicontrol/sicontrol.c index 6612d1d..2feec1c 100644 --- a/usr.sbin/sicontrol/sicontrol.c +++ b/usr.sbin/sicontrol/sicontrol.c @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> |