Basic example: C shell command to enable the XL C/C++ V8.0 man pages

This example assumes that:

Follow these steps:

  1. Open a terminal window.
  2. To change the locale, enter one of the following commands:
    setenv LANG en_US
    setenv LANG en_US.utf8
  3. 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