From 049896f9de597028528d0c2cee18f47acdd9d8cc Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Fri, 14 Dec 2001 06:04:35 +0000 Subject: Apply patch for -a option. PR: ports/32824 Submitted by: MORI Kouji --- japanese/man/files/patch-man.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 japanese/man/files/patch-man.c (limited to 'japanese/man/files/patch-man.c') 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); -- cgit v1.2.3