Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/man put back _PATH_WHATIS, it is used.



details:   https://anonhg.NetBSD.org/src/rev/4a590a3f8dbc
branches:  trunk
changeset: 345360:4a590a3f8dbc
user:      christos <christos%NetBSD.org@localhost>
date:      Sat May 21 20:54:34 2016 +0000

description:
put back _PATH_WHATIS, it is used.

diffstat:

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

diffs (15 lines):

diff -r 4416348dde97 -r 4a590a3f8dbc usr.bin/man/pathnames.h
--- a/usr.bin/man/pathnames.h   Sat May 21 19:56:52 2016 +0000
+++ b/usr.bin/man/pathnames.h   Sat May 21 20:54:34 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pathnames.h,v 1.6 2016/05/21 17:21:40 abhinav Exp $    */
+/*     $NetBSD: pathnames.h,v 1.7 2016/05/21 20:54:34 christos Exp $   */
 
 /*
  * Copyright (c) 1989, 1993
@@ -35,4 +35,5 @@
 
 #define        _PATH_MANCONF   "/etc/man.conf"
 #define        _PATH_PAGER     "/usr/bin/more -s"
+#define        _PATH_WHATIS    "whatis.db"
 #define        TMPFILE         "man.XXXXXX"



Home | Main Index | Thread Index | Old Index