Basic example: Bourne or Korn 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:
export LANG=en_US
export LANG=en_US.utf8
- Add the full subdirectory path (/opt/ibmcmp/vacpp/8.0/man/)
to the beginning of the MANPATH environment variable:
export MANPATH=/opt/ibmcmp/vacpp/8.0/man:$MANPATH