You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
428 B
12 lines
428 B
diff -u -r ../mdocml-1.13.2/manpath.c ./manpath.c
|
|
--- ../mdocml-1.13.2/manpath.c 2014-12-13 09:06:35.000000000 -0500
|
|
+++ ./manpath.c 2014-12-29 09:32:55.168124689 -0500
|
|
@@ -30,7 +30,7 @@
|
|
#include "mandoc_aux.h"
|
|
#include "manpath.h"
|
|
|
|
-#define MAN_CONF_FILE "/etc/man.conf"
|
|
+#define MAN_CONF_FILE "@TERMUX_PREFIX@/etc/man.conf"
|
|
#define MAN_CONF_KEY "_whatdb"
|
|
|
|
static void manpath_add(struct manpaths *, const char *, int);
|
|
|