/tsri automount map

/tsri - filesystem set aside for TSRI's shared files.

DESCRIPTION

This filesystem contains shared files such as: man pages, utilities, the Pine mail reader, GNU tools Perl, X11, Netscape, FrameMaker, etc. Since most of the machines on the TSRI network are running the automounter, it probably won't be necessary to mount /tsri. However, users must change to subdirectories of /tsri in order to access file.
	% cd /tsri/IRIX6
	% ls -l
	OR
	% ypcat -k auto.tsri
	NOT
	% cd /tsri
	% ls -l
	

To access tsri's man pages either: Invoke man with the -M flag or use the MANPATH variable:

	% man -M /tsri/man name_of_manual_entry
	OR
	% setenv MANPATH /usr/share/man:/tsri/man
	% man name_of_manual_entry
	OR
	% setenv MANPATH $MANPATH:/tsri/man
	% man name_of_manual_entry
	

TABLE OF CONTENTS