Basic example: Bourne or Korn shell command to enable the XL Fortran V10.1 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:
    export LANG=en_US
    export LANG=en_US.utf8
  3. Add the full subdirectory path (/opt/ibmcmp/xlf/10.1/man/) to the beginning of the MANPATH environment variable:
    export MANPATH=/opt/ibmcmp/xlf/10.1/man:$MANPATH