diff options
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 7360b3781e65b..484cf390a51e0 100644 --- a/usr.sbin/sicontrol/sicontrol.8 +++ b/usr.sbin/sicontrol/sicontrol.8 @@ -1,4 +1,4 @@ -.\" $Id: sicontrol.8,v 1.7 1997/10/15 06:43:52 charnier Exp $ +.\" $Id: sicontrol.8,v 1.8 1998/03/23 08:29:31 charnier Exp $ .\" 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 cda034634d913..6e64223f7fb4e 100644 --- a/usr.sbin/sicontrol/sicontrol.c +++ b/usr.sbin/sicontrol/sicontrol.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id: sicontrol.c,v 1.7 1997/10/15 06:43:54 charnier Exp $"; + "$Id: sicontrol.c,v 1.8 1998/03/07 15:36:29 bde Exp $"; #endif /* not lint */ #include <ctype.h> |