Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/man Add a comment to note that removelist() and rena...
details: https://anonhg.NetBSD.org/src/rev/17188aeef62e
branches: trunk
changeset: 486779:17188aeef62e
user: dante <dante%NetBSD.org@localhost>
date: Sun May 28 19:30:19 2000 +0000
description:
Add a comment to note that removelist() and renamelist() are used by catman(8)
diffstat:
usr.bin/man/config.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r e9c8d5f27541 -r 17188aeef62e usr.bin/man/config.c
--- a/usr.bin/man/config.c Sun May 28 19:03:55 2000 +0000
+++ b/usr.bin/man/config.c Sun May 28 19:30:19 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: config.c,v 1.12 2000/05/28 16:23:55 he Exp $ */
+/* $NetBSD: config.c,v 1.13 2000/05/28 19:30:19 dante Exp $ */
/*
* Copyright (c) 1989, 1993, 1995
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)config.c 8.8 (Berkeley) 1/31/95";
#else
-__RCSID("$NetBSD: config.c,v 1.12 2000/05/28 16:23:55 he Exp $");
+__RCSID("$NetBSD: config.c,v 1.13 2000/05/28 19:30:19 dante Exp $");
#endif
#endif /* not lint */
@@ -217,6 +217,9 @@
TAILQ_INSERT_TAIL(&tp->list, ep, q);
}
+/*
+ * removelist() and renamelist() are used by catman(8)
+ */
void
removelist(name)
const char *name;
Home |
Main Index |
Thread Index |
Old Index