This directory contains the on line documentation for the RCCL/RCI system.

This is the usual set of 'man' and 'cat' directories, plus a set of 'tex'
directories that contain the original sources for the documentation.
The manual pages written in TeX, using a special set of macros that create
nice looking TeXed man pages when run through TeX, and nroff files when run
through the program 'texman'. The nroff files are then placed in the 
corresponding 'man' directory. The 'cat' files are created by man on demand.

To create all the nroff files from all of the .tex files in the 'tex'
directories, simply do 'make man'. Do not be concerned if it prints,
in the differemt tex directories, 

	.*.tex not found

This is normal.

tex1/
man1/
cat1/
	Manual pages for programs.

tex3/
man3/
cat3/
	Manual pages for routines and data structures.

tex5/
man5/
cat5/
	Manual pages for file formats and things contained in files.

tex7/
man7/
cat7/
	Manual pages for miscellaneous things. Driver interfaces are described
	here.

tex.old
	Old manual pages which are no longer needed or no longer valid.

texman
	Program to convert TeX files in the 'tex' directories into nroff
	files.

texman.l
	Source file for the program 'texman'. This is the entires source;
	if find a file lying around called texman.c, is was just created from
	texman.lex. Documentation on texman isfound in the file
	../doc/manMacros.doc.

whatis
	The "whatis" database for "man -k"
