summaryrefslogtreecommitdiff
path: root/japanese/man/files/patch-man.c
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2001-12-14 06:04:35 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2001-12-14 06:04:35 +0000
commit049896f9de597028528d0c2cee18f47acdd9d8cc (patch)
tree653b5ef5fc80bbe2558efd1fd96a1722b9c05ea0 /japanese/man/files/patch-man.c
parentAdd py-xlib-0.9, an X11 library for Python (diff)
Apply patch for -a option.
PR: ports/32824 Submitted by: MORI Kouji <mori@tri.asanuma.co.jp>
Notes
Notes: svn path=/head/; revision=51516
Diffstat (limited to '')
-rw-r--r--japanese/man/files/patch-man.c11
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);