diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2023-01-29 20:46:19 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2023-01-29 20:46:19 +0000 |
| commit | 143ef44f06822f82a8358d4c02f07102d963fe5f (patch) | |
| tree | f9080b8a265dd926053ee7ae187e8fa46f3fb5e0 /tw.h | |
| parent | 174d8b60324d7e8754709f7155e13ca95220b48c (diff) | |
Diffstat (limited to 'tw.h')
| -rw-r--r-- | tw.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |
