Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.bin/man Pull up revision 1.3 (requested by kim):



details:   https://anonhg.NetBSD.org/src/rev/ec161b4c16a3
branches:  netbsd-1-4
changeset: 470518:ec161b4c16a3
user:      he <he%NetBSD.org@localhost>
date:      Sun Apr 30 11:29:46 2000 +0000

description:
Pull up revision 1.3 (requested by kim):
  Pull up various changes from the trunk:
   o recognize _crunch in man.conf

diffstat:

 usr.bin/man/config.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 725386624308 -r ec161b4c16a3 usr.bin/man/config.h
--- a/usr.bin/man/config.h      Sun Apr 30 11:28:49 2000 +0000
+++ b/usr.bin/man/config.h      Sun Apr 30 11:29:46 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: config.h,v 1.2 1995/09/28 06:05:28 tls Exp $   */
+/*     $NetBSD: config.h,v 1.2.8.1 2000/04/30 11:29:46 he Exp $        */
 
 /*-
  * Copyright (c) 1993
@@ -57,3 +57,5 @@
 void    config __P((char *));
 void    debug __P((char *));
 TAG    *getlist __P((char *));
+void   removelist __P((char *));
+TAG    *renamelist __P((char *, char *));



Home | Main Index | Thread Index | Old Index