diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
| commit | a8a3fe17f40c9b40fdba5b5a54eccb48a980e821 (patch) | |
| tree | cbb644b4992b30708378efe709bfa84fe6caddf4 /usr.sbin/vidcontrol | |
| parent | 95b66175a329d81a892710c81f126f1071ac17a0 (diff) | |
Diffstat (limited to 'usr.sbin/vidcontrol')
| -rw-r--r-- | usr.sbin/vidcontrol/decode.c | 2 | ||||
| -rw-r--r-- | usr.sbin/vidcontrol/vidcontrol.1 | 2 | ||||
| -rw-r--r-- | usr.sbin/vidcontrol/vidcontrol.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/vidcontrol/decode.c b/usr.sbin/vidcontrol/decode.c index 9219442ba7c7..cde7bf876dfc 100644 --- a/usr.sbin/vidcontrol/decode.c +++ b/usr.sbin/vidcontrol/decode.c @@ -28,7 +28,7 @@ #ifndef lint static const char rcsid[] = - "$Id: decode.c,v 1.3.6.1 1997/11/18 07:14:13 charnier Exp $"; + "$Id: decode.c,v 1.3.6.2 1998/07/18 11:37:48 jkh Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.sbin/vidcontrol/vidcontrol.1 b/usr.sbin/vidcontrol/vidcontrol.1 index 5e32e22728cb..354fa54519fc 100644 --- a/usr.sbin/vidcontrol/vidcontrol.1 +++ b/usr.sbin/vidcontrol/vidcontrol.1 @@ -11,7 +11,7 @@ .\" documentation and/or other materials provided with the distribution. .\" .\" @(#)vidcontrol.1 -.\" $Id$ +.\" $Id: vidcontrol.1,v 1.8.2.3 1998/07/18 11:37:51 jkh Exp $ .\" .Dd May 22, 1994 .Dt VIDCONTROL 1 diff --git a/usr.sbin/vidcontrol/vidcontrol.c b/usr.sbin/vidcontrol/vidcontrol.c index 5d6948c1e905..ef0aae39980c 100644 --- a/usr.sbin/vidcontrol/vidcontrol.c +++ b/usr.sbin/vidcontrol/vidcontrol.c @@ -28,7 +28,7 @@ #ifndef lint static const char rcsid[] = - "$Id: vidcontrol.c,v 1.13.2.1 1997/11/18 07:14:19 charnier Exp $"; + "$Id: vidcontrol.c,v 1.13.2.2 1998/07/18 11:37:54 jkh Exp $"; #endif /* not lint */ #include <ctype.h> |
