aboutsummaryrefslogtreecommitdiff
path: root/miscutils/man.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2013-08-27 16:10:53 +0100
committerRon Yorston <rmy@pobox.com>2013-08-27 16:10:53 +0100
commit3fd34651ea72ea1c335d3170f234cb0517fd897f (patch)
tree36e8fc40cffd464ffda4759020777dd3ca23ca31 /miscutils/man.c
parente3ac39098326de084a805d0dd31db9666b734f20 (diff)
parentd6ae4fb446daedfe3073d67be655942e9fa7eb18 (diff)
downloadbusybox-w32-3fd34651ea72ea1c335d3170f234cb0517fd897f.tar.gz
busybox-w32-3fd34651ea72ea1c335d3170f234cb0517fd897f.tar.bz2
busybox-w32-3fd34651ea72ea1c335d3170f234cb0517fd897f.zip
Merge branch 'busybox' into merge
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 b8b15b83b..429898643 100644
--- a/miscutils/man.c
+++ b/miscutils/man.c
@@ -162,7 +162,7 @@ int man_main(int argc UNUSED_PARAM, char **argv)
162 opt = getopt32(argv, "+aw"); 162 opt = getopt32(argv, "+aw");
163 argv += optind; 163 argv += optind;
164 164
165 sec_list = xstrdup("1:2:3:4:5:6:7:8:9"); 165 sec_list = xstrdup("0p:1:1p:2:3:3p:4:5:6:7:8:9");
166 /* Last valid man_path_list[] is [0x10] */ 166 /* Last valid man_path_list[] is [0x10] */
167 count_mp = 0; 167 count_mp = 0;
168 man_path_list = xzalloc(0x11 * sizeof(man_path_list[0])); 168 man_path_list = xzalloc(0x11 * sizeof(man_path_list[0]));