Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/makewhatis skip text that is in the cvs log (joerg)
details: https://anonhg.NetBSD.org/src/rev/7cea213b147b
branches: trunk
changeset: 787578:7cea213b147b
user: christos <christos%NetBSD.org@localhost>
date: Mon Jun 24 20:57:47 2013 +0000
description:
skip text that is in the cvs log (joerg)
diffstat:
libexec/makewhatis/makewhatis.c | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diffs (30 lines):
diff -r e78e108b2800 -r 7cea213b147b libexec/makewhatis/makewhatis.c
--- a/libexec/makewhatis/makewhatis.c Mon Jun 24 20:56:18 2013 +0000
+++ b/libexec/makewhatis/makewhatis.c Mon Jun 24 20:57:47 2013 +0000
@@ -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 @@
/*
* 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 {
Home |
Main Index |
Thread Index |
Old Index