aboutsummaryrefslogtreecommitdiff
path: root/miscutils/man.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/man.c')
-rw-r--r--miscutils/man.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/man.c b/miscutils/man.c
index be3b2a000..c3efe4484 100644
--- a/miscutils/man.c
+++ b/miscutils/man.c
@@ -328,7 +328,7 @@ int man_main(int argc UNUSED_PARAM, char **argv)
328 } 328 }
329#else 329#else
330 if (!man_path_list) { 330 if (!man_path_list) {
331 static const char *const mpl[] = { "/usr/man", "/usr/share/man", NULL }; 331 static const char *const mpl[] ALIGN_PTR = { "/usr/man", "/usr/share/man", NULL };
332 man_path_list = (char**)mpl; 332 man_path_list = (char**)mpl;
333 /*count_mp = 2; - not used below anyway */ 333 /*count_mp = 2; - not used below anyway */
334 } 334 }