9 Nov
2007
9 Nov
'07
10:17 a.m.
Actually I had to quit from terminal application first and then rerun it and the problem was fixed so strike out the last one. The problem was solved by the man path addition. Thanks and regards, Lefteris Lefteris Tsintjelis wrote:
root# cat /etc/manpaths /usr/share/man /usr/local/share/man /opt/local/share/man root# /usr/libexec/makewhatis root# man port Cannot open the message catalog "man" for locale "el_GR.UTF-8" (NLSPATH="<none>")
No manual entry for port root# unset LANG root# man port No manual entry for port
Still the same here though
Eric Donkersloot wrote:
You can add /opt/local/man to /etc/manpaths and run:
sudo /usr/libexec/makewhatis
Regards,
Eric