diff options
Diffstat (limited to 'miscutils/man.c')
-rw-r--r-- | miscutils/man.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/man.c b/miscutils/man.c index 7ef5941a1..adb85b81c 100644 --- a/miscutils/man.c +++ b/miscutils/man.c | |||
@@ -82,6 +82,7 @@ int man_main(int argc UNUSED_PARAM, char **argv) | |||
82 | char *cur_path, *cur_sect; | 82 | char *cur_path, *cur_sect; |
83 | int count_mp, cur_mp; | 83 | int count_mp, cur_mp; |
84 | int opt, not_found; | 84 | int opt, not_found; |
85 | char *token[2]; | ||
85 | 86 | ||
86 | opt_complementary = "-1"; /* at least one argument */ | 87 | opt_complementary = "-1"; /* at least one argument */ |
87 | opt = getopt32(argv, "+aw"); | 88 | opt = getopt32(argv, "+aw"); |