aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/man.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/man.c b/miscutils/man.c
index cf67f1538..e6da41624 100644
--- a/miscutils/man.c
+++ b/miscutils/man.c
@@ -287,7 +287,7 @@ int man_main(int argc UNUSED_PARAM, char **argv)
287 if (strchr(*ptr, '/') || strchr(*ptr, '\\')) 287 if (strchr(*ptr, '/') || strchr(*ptr, '\\'))
288 *ptr = xabsolute_path(*ptr); 288 *ptr = xabsolute_path(*ptr);
289 } 289 }
290 chdir_system_drive(); 290 xchdir_system_drive();
291#endif 291#endif
292 292
293 conf_sec_list = xstrdup("0p:1:1p:2:3:3p:4:5:6:7:8:9"); 293 conf_sec_list = xstrdup("0p:1:1p:2:3:3p:4:5:6:7:8:9");