Basic example: Bourne or Korn shell command to enable the XL Fortran V10.1 man
pages
This example assumes that:
- Your national language is English.
- The XL Fortran V10.1 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:
export LANG=en_US
export LANG=en_US.utf8
- 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