Module Name:    src
Committed By:   christos
Date:           Sat May 21 20:54:34 UTC 2016

Modified Files:
        src/usr.bin/man: pathnames.h

Log Message:
put back _PATH_WHATIS, it is used.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/man/pathnames.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/man/pathnames.h
diff -u src/usr.bin/man/pathnames.h:1.6 src/usr.bin/man/pathnames.h:1.7
--- src/usr.bin/man/pathnames.h:1.6	Sat May 21 13:21:40 2016
+++ src/usr.bin/man/pathnames.h	Sat May 21 16:54:34 2016
@@ -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"

Reply via email to