Basic example: C shell command to enable
the XL C/C++ V8.0 man pages
This example assumes that:
- Your national language is English.
- The XL C/C++ V8.0 man pages do not appear properly when you display them.
Follow these steps:
- Open a terminal window.
- To change the locale, enter one of the following
commands:
setenv LANG en_US
setenv LANG en_US.utf8
- Add the full subdirectory path (/opt/ibmcmp/vacpp/8.0/man/)to
the beginning of the MANPATH environment variable:
setenv MANPATH /opt/ibmcmp/vacpp/8.0/man:$MANPATH