|
TITLE: extended MAN Pages. PROBLEM: added a .MacOSX/environment.plist file as seen below and indeed the new MAN pages appear in Safari but the old MAN pages (i.e. ps, ls, pwd...etc) can not be found. I thought the entry $MANPATH would take care of that (like in the BASH shell environment) but I guess not. Do I have to list ALL the original MAN paths manually in the environment.plist? Or am I using $MANPAYH improperly? Any ideas? $more environment.plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList?-1.0.dtd"> <plist version="1.0"> <dict> <key>MANPATH</key> <string>$MANPATH:/usr/local/mysql/man:/opt/local/man:/usr/X11R6/man</string> </dict> </plist> $ RESPONSE: SOLUTION: STATUS: OPEN
|
|