From efabb9ccb197b05958967dd035c279ba3bc19cb0 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 28 Aug 1999 01:35:59 +0000 Subject: $Id$ -> $FreeBSD$ --- usr.sbin/kbdcontrol/kbdcontrol.1 | 2 +- usr.sbin/kbdcontrol/kbdcontrol.c | 2 +- usr.sbin/kbdcontrol/lex.h | 2 +- usr.sbin/kbdcontrol/lex.l | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.sbin/kbdcontrol') diff --git a/usr.sbin/kbdcontrol/kbdcontrol.1 b/usr.sbin/kbdcontrol/kbdcontrol.1 index aaf612c..e068459 100644 --- a/usr.sbin/kbdcontrol/kbdcontrol.1 +++ b/usr.sbin/kbdcontrol/kbdcontrol.1 @@ -11,7 +11,7 @@ .\" documentation and/or other materials provided with the distribution. .\" .\" @(#)kbdcontrol.1 -.\" $Id: kbdcontrol.1,v 1.14 1999/07/22 14:19:14 yokota Exp $ +.\" $FreeBSD$ .\" .Dd June 30, 1999 .Dt KBDCONTROL 1 diff --git a/usr.sbin/kbdcontrol/kbdcontrol.c b/usr.sbin/kbdcontrol/kbdcontrol.c index e0f04f9..8d5379b 100644 --- a/usr.sbin/kbdcontrol/kbdcontrol.c +++ b/usr.sbin/kbdcontrol/kbdcontrol.c @@ -28,7 +28,7 @@ #ifndef lint static const char rcsid[] = - "$Id: kbdcontrol.c,v 1.26 1999/06/22 14:15:34 yokota Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/usr.sbin/kbdcontrol/lex.h b/usr.sbin/kbdcontrol/lex.h index 58cd4a3..b8f8753 100644 --- a/usr.sbin/kbdcontrol/lex.h +++ b/usr.sbin/kbdcontrol/lex.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: lex.h,v 1.6 1998/08/03 11:33:22 yokota Exp $ + * $FreeBSD$ */ #define TNOP 256 diff --git a/usr.sbin/kbdcontrol/lex.l b/usr.sbin/kbdcontrol/lex.l index 22b2b77..ccf4353 100644 --- a/usr.sbin/kbdcontrol/lex.l +++ b/usr.sbin/kbdcontrol/lex.l @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: lex.l,v 1.8 1998/08/06 09:44:23 yokota Exp $ + * $FreeBSD$ */ %{ -- cgit v1.1