summaryrefslogtreecommitdiff
path: root/japanese/man/files/patch-man.c
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-01-17 07:29:50 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-01-17 07:29:50 +0000
commit1ee0e4d59ba6d5132253045976999fb43976c90b (patch)
tree33b94a4e55be4c383037d8d121cb8298aa26d8c3 /japanese/man/files/patch-man.c
parentMention in pkg-{comment,descr} that this port supports linux-opera too. (diff)
Fix a bug that jman always searched "ja" subdirectory ignoring LC_ALL,
LC_CTYPE, and LANG. Submitted by: horikawa@jp.FreeBSD.org, MORI Kouji <moriko@hh.iij4u.or.jp>
Notes
Notes: svn path=/head/; revision=53232
Diffstat (limited to '')
-rw-r--r--japanese/man/files/patch-man.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/japanese/man/files/patch-man.c b/japanese/man/files/patch-man.c
deleted file mode 100644
index 6839bdc4cbd5..000000000000
--- a/japanese/man/files/patch-man.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);