aboutsummaryrefslogtreecommitdiff
path: root/tw.h
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2023-01-29 20:46:19 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2023-01-29 20:46:19 +0000
commit143ef44f06822f82a8358d4c02f07102d963fe5f (patch)
treef9080b8a265dd926053ee7ae187e8fa46f3fb5e0 /tw.h
parent174d8b60324d7e8754709f7155e13ca95220b48c (diff)
Diffstat (limited to 'tw.h')
-rw-r--r--tw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw.h b/tw.h
index f297e869b922..c0e83ee70036 100644
--- a/tw.h
+++ b/tw.h
@@ -78,7 +78,7 @@
#define ismetahash(a) (ismeta(a) && (a) != '#')
#define SEARCHLIST "HPATH" /* Env. param for helpfile searchlist */
-#define DEFAULTLIST ":/usr/man/cat1:/usr/man/cat8:/usr/man/cat6:/usr/local/man/cat1:/usr/local/man/cat8:/usr/local/man/cat6" /* if no HPATH */
+#define DEFAULTLIST ":/usr/share/man/cat1:/usr/share/man/cat8:/usr/share/man/cat6:/usr/local/share/man/cat1:/usr/local/share/man/cat8:/usr/local/share/man/cat6" /* if no HPATH */
typedef enum {
LIST, LIST_ALL, RECOGNIZE, RECOGNIZE_ALL, RECOGNIZE_SCROLL,