Subject: misc/33049: typo in "NetBSD" RCS tag
To: None <misc-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <kano@na.rim.or.jp>
List: netbsd-bugs
Date: 03/10/2006 11:20:00
>Number:         33049
>Category:       misc
>Synopsis:       typo in "NetBSD" RCS tag
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Mar 10 11:20:00 +0000 2006
>Originator:     OKANO Takayoshi
>Release:        N/A
>Organization:
N/A
>Environment:
N/A
>Description:
typo in "NetBSD" RCS tag: they are not expanded via cvs
>How-To-Repeat:
ident sys/dev/pci/if_lmc.c usr.bin/make/make.h
>Fix:
aplly following patch:

Index: sys/dev/pci/if_lmc.c
===================================================================
RCS file: /cvsroot/src/sys/dev/pci/if_lmc.c,v
retrieving revision 1.25
diff -u -r1.25 if_lmc.c
--- sys/dev/pci/if_lmc.c	13 Feb 2006 14:25:05 -0000	1.25
+++ sys/dev/pci/if_lmc.c	10 Mar 2006 11:11:49 -0000
@@ -1,5 +1,5 @@
 /*-
- * $NetSBD$
+ * $NetBSD$
  *
  * Copyright (c) 2002-2006 David Boggs. <boggs@boggs.palo-alto.ca.us>
  * All rights reserved.
Index: usr.bin/make/make.h
===================================================================
RCS file: /cvsroot/src/usr.bin/make/make.h,v
retrieving revision 1.58
diff -u -r1.58 make.h
--- usr.bin/make/make.h	26 Feb 2006 22:45:46 -0000	1.58
+++ usr.bin/make/make.h	10 Mar 2006 11:11:49 -0000
@@ -1,4 +1,4 @@
-/*	$NetBSd: make.h,v 1.53 2005/05/01 01:25:36 christos Exp $	*/
+/*	$NetBSD: make.h,v 1.53 2005/05/01 01:25:36 christos Exp $	*/
 
 /*
  * Copyright (c) 1988, 1989, 1990, 1993