summaryrefslogtreecommitdiff
path: root/usr.sbin/vidcontrol
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-28 01:35:59 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-28 01:35:59 +0000
commit97d92980a96a50750844f420cc225ddf918f0699 (patch)
treefc27ba7986197654e0590b963524833255709f22 /usr.sbin/vidcontrol
parentdacec3e8f2226e029edbfe9938772ed71d99af62 (diff)
Notes
Diffstat (limited to 'usr.sbin/vidcontrol')
-rw-r--r--usr.sbin/vidcontrol/decode.c2
-rw-r--r--usr.sbin/vidcontrol/vidcontrol.12
-rw-r--r--usr.sbin/vidcontrol/vidcontrol.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/vidcontrol/decode.c b/usr.sbin/vidcontrol/decode.c
index fd24e76f4c54..19905958f4cb 100644
--- a/usr.sbin/vidcontrol/decode.c
+++ b/usr.sbin/vidcontrol/decode.c
@@ -28,7 +28,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id$";
+ "$FreeBSD$";
#endif /* not lint */
#include <stdio.h>
diff --git a/usr.sbin/vidcontrol/vidcontrol.1 b/usr.sbin/vidcontrol/vidcontrol.1
index 21c53c9cec7a..dfdf87f06103 100644
--- a/usr.sbin/vidcontrol/vidcontrol.1
+++ b/usr.sbin/vidcontrol/vidcontrol.1
@@ -12,7 +12,7 @@
.\" documentation and/or other materials provided with the distribution.
.\"
.\" @(#)vidcontrol.1
-.\" $Id: vidcontrol.1,v 1.17 1999/07/05 09:58:32 yokota Exp $
+.\" $FreeBSD$
.\"
.Dd June 30, 1999
.Dt VIDCONTROL 1
diff --git a/usr.sbin/vidcontrol/vidcontrol.c b/usr.sbin/vidcontrol/vidcontrol.c
index 0f0d33af40fa..0f8b80863c82 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.27 1999/01/25 08:48:49 dfr Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <ctype.h>