Module Name: src
Committed By: christos
Date: Mon Jun 24 20:57:47 UTC 2013
Modified Files:
src/libexec/makewhatis: makewhatis.c
Log Message:
skip text that is in the cvs log (joerg)
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/libexec/makewhatis/makewhatis.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/makewhatis/makewhatis.c
diff -u src/libexec/makewhatis/makewhatis.c:1.48 src/libexec/makewhatis/makewhatis.c:1.49
--- src/libexec/makewhatis/makewhatis.c:1.48 Mon Jun 24 08:56:22 2013
+++ src/libexec/makewhatis/makewhatis.c Mon Jun 24 16:57:47 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: makewhatis.c,v 1.48 2013/06/24 12:56:22 christos Exp $ */
+/* $NetBSD: makewhatis.c,v 1.49 2013/06/24 20:57:47 christos Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
#if !defined(lint)
__COPYRIGHT("@(#) Copyright (c) 1999\
The NetBSD Foundation, Inc. All rights reserved.");
-__RCSID("$NetBSD: makewhatis.c,v 1.48 2013/06/24 12:56:22 christos Exp $");
+__RCSID("$NetBSD: makewhatis.c,v 1.49 2013/06/24 20:57:47 christos Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -883,10 +883,7 @@ parsemanpage(const char *name, gzFile *i
/*
* Skip over lines in man pages that have been generated
- * by Pod, until we find the TITLE. This makewhatis cannot
- * deal with it (and as * a result the man page would not
- * appear in whatis.db)
- * Modified by Robert Kovacic, June 23 2013.
+ * by Pod, until we find the TITLE.
*/
if (strncasecmp(buffer, POD, sizeof(POD) - 1) == 0) {
do {