aboutsummaryrefslogtreecommitdiff
path: root/miscutils/man.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2017-08-22 14:56:12 +0100
committerRon Yorston <rmy@pobox.com>2017-08-22 14:56:12 +0100
commitce9af1cc5ea23f754587448cf35b5120c77bfeef (patch)
tree69e5eaba5e75ab909ed92d5045393471b8ff3c13 /miscutils/man.c
parentc170026700eabb10147dd848c45c06995b43a32e (diff)
parente837a0dbbebf4229306df98fe9ee3b9bb30630c4 (diff)
downloadbusybox-w32-ce9af1cc5ea23f754587448cf35b5120c77bfeef.tar.gz
busybox-w32-ce9af1cc5ea23f754587448cf35b5120c77bfeef.tar.bz2
busybox-w32-ce9af1cc5ea23f754587448cf35b5120c77bfeef.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'miscutils/man.c')
-rw-r--r--miscutils/man.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/miscutils/man.c b/miscutils/man.c
index f68784767..68a75c6d7 100644
--- a/miscutils/man.c
+++ b/miscutils/man.c
@@ -257,8 +257,7 @@ int man_main(int argc UNUSED_PARAM, char **argv)
257 257
258 INIT_G(); 258 INIT_G();
259 259
260 opt_complementary = "-1"; /* at least one argument */ 260 opt = getopt32(argv, "^+" "aw" "\0" "-1"/*at least one arg*/);
261 opt = getopt32(argv, "+aw");
262 argv += optind; 261 argv += optind;
263 262
264 sec_list = xstrdup("0p:1:1p:2:3:3p:4:5:6:7:8:9"); 263 sec_list = xstrdup("0p:1:1p:2:3:3p:4:5:6:7:8:9");