diff options
Diffstat (limited to 'miscutils/man.c')
-rw-r--r-- | miscutils/man.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/miscutils/man.c b/miscutils/man.c index a16202f25..ba6bb4c01 100644 --- a/miscutils/man.c +++ b/miscutils/man.c | |||
@@ -253,8 +253,7 @@ int man_main(int argc UNUSED_PARAM, char **argv) | |||
253 | 253 | ||
254 | INIT_G(); | 254 | INIT_G(); |
255 | 255 | ||
256 | opt_complementary = "-1"; /* at least one argument */ | 256 | opt = getopt32(argv, "^+" "aw" "\0" "-1"/*at least one arg*/); |
257 | opt = getopt32(argv, "+aw"); | ||
258 | argv += optind; | 257 | argv += optind; |
259 | 258 | ||
260 | sec_list = xstrdup("0p:1:1p:2:3:3p:4:5:6:7:8:9"); | 259 | sec_list = xstrdup("0p:1:1p:2:3:3p:4:5:6:7:8:9"); |