aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/vidcontrol
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-03-20 08:47:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-03-20 08:47:53 +0000
commit7e6cd705f344de2f9f08475a0fa2ef9191f88dd0 (patch)
tree3ce9d5458d0d6e880d50e1e1f1e1ed7521a35ad1 /usr.sbin/vidcontrol
parent172a0f0d163415e05ea07968167b11145975a6cb (diff)
This commit was manufactured by cvs2svn to create tagrelease/4.0.0_cvs
'RELENG_4_0_0_RELEASE'. This commit was manufactured to restore the state of the 4.0-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
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 19905958f4cb..e598e8307112 100644
--- a/usr.sbin/vidcontrol/decode.c
+++ b/usr.sbin/vidcontrol/decode.c
@@ -28,7 +28,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.sbin/vidcontrol/decode.c,v 1.8 1999/08/28 01:20:29 peter Exp $";
#endif /* not lint */
#include <stdio.h>
diff --git a/usr.sbin/vidcontrol/vidcontrol.1 b/usr.sbin/vidcontrol/vidcontrol.1
index 511f8e11edf0..e54a66ba090e 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
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/vidcontrol/vidcontrol.1,v 1.24 2000/03/01 14:07:45 sheldonh Exp $
.\"
.Dd June 30, 1999
.Dt VIDCONTROL 1
diff --git a/usr.sbin/vidcontrol/vidcontrol.c b/usr.sbin/vidcontrol/vidcontrol.c
index 1e81cf5c2452..1f20694edf9c 100644
--- a/usr.sbin/vidcontrol/vidcontrol.c
+++ b/usr.sbin/vidcontrol/vidcontrol.c
@@ -28,7 +28,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.sbin/vidcontrol/vidcontrol.c,v 1.32 2000/01/12 12:30:33 yokota Exp $";
#endif /* not lint */
#include <ctype.h>