diff options
Diffstat (limited to 'japanese/man/files/patch-man.c')
-rw-r--r-- | japanese/man/files/patch-man.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/man/files/patch-man.c b/japanese/man/files/patch-man.c new file mode 100644 index 000000000000..6839bdc4cbd5 --- /dev/null +++ b/japanese/man/files/patch-man.c @@ -0,0 +1,11 @@ +--- man/man.c 2001/07/30 08:49:20 ++++ man/man.c 2001/12/13 02:16:57 +@@ -222,7 +222,7 @@ + } + else + { +- status = man_ml (nextarg); ++ status = man_ml (nextarg, findall); + + if (status == 0) + gripe_not_found (nextarg, section); |