blob: 1a1e14092f403fc0696dca0a0b9c9546f43eed56 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[
{ type: install
message: <<EOM
Japanese online manual has been successfully installed.
(1) To read jman(1), use the following command sequence:
% setenv LC_CTYPE ja_JP.eucJP
% setenv PAGER jless
% jman jman
(2) For more info, please visit following web page (Japanese):
Jpman project <URL:http://www.jp.FreeBSD.org/man-jp/>
(3) If you have any questions, comments, bug reports, suggestions,
and/or requests for modifications, please send e-mail to:
Jpman project mailing list <man-jp@jp.FreeBSD.org>
EOM
}
]
|