beautypg.com

Sun Microsystems Sun PCI High Speed Quad Port Serial Interface Adapter 819-1207-11 User Manual

Page 62

background image

42

Sun PCI High Speed Quad Port Serial Interface Adapter User’s Guide • May 2010

If neither of the files in

Step 1

contains the MANPATH variable, add the following

line to the end of one of the files, or contact your system administrator for
assistance.

3. Use the source command on the file you edited to make the changes effective in

your current window.

For example, if you added the MANPATH line to the .login file, you would type:

Note –

If you log out and then back into your system, you update the MANPATH

variable in all command windows and shells.

▼ To View Man Pages in Bourne or Korn Shell

Environments

1. Using a text editor, add these two lines to the end of the $HOME/.profile file.

If this file did not already contain this variable, add the following two lines to the
end of the file, or contact your system administrator for assistance.

2. Make the changes effective in your current window.

Note –

If you log out and then back into to your system, you update the MANPATH

variable in all command windows and shells.

setenv MANPATH “/opt/SUNWconn/man/”

hostname% source $HOME/.login

MANPATH=/opt/SUNWconn/man:$MANPATH

export MANPATH

MANPATH=/opt/SUNWconn/man

export MANPATH

$ . $HOME/.profile