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.4 (requested by kim):



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

description:
Pull up revision 1.4 (requested by kim):
  Pull up various changes from the trunk:
   o try TMPDIR env variable, fall back to _PATH_TMP

diffstat:

 usr.bin/man/pathnames.h |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 45fc59d892e3 -r bd03533db6ca usr.bin/man/pathnames.h
--- a/usr.bin/man/pathnames.h   Sun Apr 30 11:30:11 2000 +0000
+++ b/usr.bin/man/pathnames.h   Sun Apr 30 11:30:42 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pathnames.h,v 1.3 1995/09/28 06:05:40 tls Exp $        */
+/*     $NetBSD: pathnames.h,v 1.3.8.1 2000/04/30 11:30:42 he Exp $     */
 
 /*
  * Copyright (c) 1989, 1993
@@ -35,7 +35,9 @@
  *     @(#)pathnames.h 8.3 (Berkeley) 1/2/94
  */
 
+#include <paths.h>
+
 #define        _PATH_MANCONF   "/etc/man.conf"
 #define        _PATH_PAGER     "/usr/bin/more -s"
-#define        _PATH_TMP       "/tmp/man.XXXXXX"
 #define        _PATH_WHATIS    "whatis.db"
+#define        TMPFILE         "man.XXXXXX"



Home | Main Index | Thread Index | Old Index