Before xman will work, there are a couple of environment variables that need to be set up. To add the necessary entries to your login shell, you need to edit the ~/.MacOSX -> environment.plist file, as described on this page at the Apple Developer website. The required entries are as follows:
- A String entry named MANPATH with the value:
/sw/share/man:/usr/local/share/man:/usr/share/man:/usr/X11R6/man
Leave off the /sw/share/man if you don't have Fink installed.
- A String entry named GROFF_TYPESETTER with the value ascii.

