Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F172114384
D55805.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
670 B
Referenced Files
None
Subscribers
None
D55805.diff
View Options
diff --git a/usr.bin/man/man.1 b/usr.bin/man/man.1
--- a/usr.bin/man/man.1
+++ b/usr.bin/man/man.1
@@ -242,6 +242,8 @@
.It
.Pa /usr/share/man/ja.eucJP/man1
.It
+.Pa /usr/share/man/ja/man1
+.It
.Pa /usr/share/man/en.eucJP/man1
.It
.Pa /usr/share/man/man1
diff --git a/usr.bin/man/man.sh b/usr.bin/man/man.sh
--- a/usr.bin/man/man.sh
+++ b/usr.bin/man/man.sh
@@ -748,7 +748,7 @@
man_country="${lang_cc#*_}"
man_charset="${locstr#*.}"
locpaths="$locstr"
- locpaths="$locpaths:$man_lang.$man_charset"
+ locpaths="$locpaths:$man_lang.$man_charset:$man_lang"
if [ "$man_lang" != "en" ]; then
locpaths="$locpaths:en.$man_charset"
fi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Sep 17, 6:09 AM (21 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39055756
Default Alt Text
D55805.diff (670 B)
Attached To
Mode
D55805: Allow man(1) to search translated manpages in pure $man_lang subdirectory
Attached
Detach File
Event Timeline
Log In to Comment