Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/makemandb Fix C&P error with $NetBSD$



details:   https://anonhg.NetBSD.org/src/rev/304dfa3ec999
branches:  trunk
changeset: 773581:304dfa3ec999
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Feb 07 19:17:16 2012 +0000

description:
Fix C&P error with $NetBSD$

diffstat:

 usr.sbin/makemandb/apropos-utils.c |  4 ++--
 usr.sbin/makemandb/apropos-utils.h |  2 +-
 usr.sbin/makemandb/apropos.c       |  4 ++--
 usr.sbin/makemandb/makemandb.c     |  4 ++--
 usr.sbin/makemandb/whatis.c        |  4 ++--
 5 files changed, 9 insertions(+), 9 deletions(-)

diffs (81 lines):

diff -r 8dcd1c74d4c1 -r 304dfa3ec999 usr.sbin/makemandb/apropos-utils.c
--- a/usr.sbin/makemandb/apropos-utils.c        Tue Feb 07 19:13:24 2012 +0000
+++ b/usr.sbin/makemandb/apropos-utils.c        Tue Feb 07 19:17:16 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD */
+/*     $NetBSD: apropos-utils.c,v 1.2 2012/02/07 19:17:16 joerg Exp $  */
 /*-
  * Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadhyay%gmail.com@localhost>
  * All rights reserved.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: apropos-utils.c,v 1.1 2012/02/07 19:13:32 joerg Exp $");
+__RCSID("$NetBSD: apropos-utils.c,v 1.2 2012/02/07 19:17:16 joerg Exp $");
 
 #include <sys/stat.h>
 
diff -r 8dcd1c74d4c1 -r 304dfa3ec999 usr.sbin/makemandb/apropos-utils.h
--- a/usr.sbin/makemandb/apropos-utils.h        Tue Feb 07 19:13:24 2012 +0000
+++ b/usr.sbin/makemandb/apropos-utils.h        Tue Feb 07 19:17:16 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD */
+/*     $NetBSD: apropos-utils.h,v 1.2 2012/02/07 19:17:16 joerg Exp $  */
 /*-
  * Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadhyay%gmail.com@localhost>
  * All rights reserved.
diff -r 8dcd1c74d4c1 -r 304dfa3ec999 usr.sbin/makemandb/apropos.c
--- a/usr.sbin/makemandb/apropos.c      Tue Feb 07 19:13:24 2012 +0000
+++ b/usr.sbin/makemandb/apropos.c      Tue Feb 07 19:17:16 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD */
+/*     $NetBSD: apropos.c,v 1.2 2012/02/07 19:17:16 joerg Exp $        */
 /*-
  * Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadhyay%gmail.com@localhost>
  * All rights reserved.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: apropos.c,v 1.1 2012/02/07 19:13:32 joerg Exp $");
+__RCSID("$NetBSD: apropos.c,v 1.2 2012/02/07 19:17:16 joerg Exp $");
 
 #include <err.h>
 #include <search.h>
diff -r 8dcd1c74d4c1 -r 304dfa3ec999 usr.sbin/makemandb/makemandb.c
--- a/usr.sbin/makemandb/makemandb.c    Tue Feb 07 19:13:24 2012 +0000
+++ b/usr.sbin/makemandb/makemandb.c    Tue Feb 07 19:17:16 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD */
+/*     $NetBSD: makemandb.c,v 1.2 2012/02/07 19:17:16 joerg Exp $      */
 /*
  * Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadhyay%gmail.com@localhost>
  * Copyright (c) 2011 Kristaps Dzonsons <kristaps%bsd.lv@localhost>
@@ -17,7 +17,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: makemandb.c,v 1.1 2012/02/07 19:13:32 joerg Exp $");
+__RCSID("$NetBSD: makemandb.c,v 1.2 2012/02/07 19:17:16 joerg Exp $");
 
 #include <sys/stat.h>
 #include <sys/types.h>
diff -r 8dcd1c74d4c1 -r 304dfa3ec999 usr.sbin/makemandb/whatis.c
--- a/usr.sbin/makemandb/whatis.c       Tue Feb 07 19:13:24 2012 +0000
+++ b/usr.sbin/makemandb/whatis.c       Tue Feb 07 19:17:16 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD */
+/*     $NetBSD: whatis.c,v 1.2 2012/02/07 19:17:16 joerg Exp $ */
 /*-
  * Copyright (c) 2012 Joerg Sonnenberger <joerg%NetBSD.org@localhost>
  * All rights reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: whatis.c,v 1.1 2012/02/07 19:13:32 joerg Exp $");
+__RCSID("$NetBSD: whatis.c,v 1.2 2012/02/07 19:17:16 joerg Exp $");
 
 #include <err.h>
 #include <stdio.h>



Home | Main Index | Thread Index | Old Index