This directory contains: 

--The NCDware Reference Manual in both HTML and PDF formats. 

The HTML files are for viewing the manual using a Web browser. 
The RefMan5.html directory contains the Reference Manual HTML files.

The PDF files are for view the manual using an Adobe Acrobat reader.
The RefMan5.pdf directory contains the Reference Manual PDF files. 

--The NCDware 5.0 Release Notes in PDF format. The Release Notes 
are in the RelNt5.pdf directory. 

--The NCDware 5.0 installation CD insert in PDF format. The CD insert
is in the Install5.pdf directory.


Reference Manual: HTML Format
-----------------------------
In the RefMan5.html directory, the refmanhtm.tar file contains the 
HTML files as an uncompressed tar archive. After you've used FTP 
commands to copy the .tar file to your local system, you can 
extract the individual HTML files. Use the following command:

	tar xvf refmanhtm.tar

The refmanhtm.tar.Z file contains the HTML files as a compressed
tar archive.  After you've used FTP commands to copy the .tar.Z file
to your local system, you can uncompress the archive and extract the
individual files. Use the following commands:

	uncompress refmanhtm.tar.Z
	tar xvf refmanhtm.tar

The refmanhtm.tar.gz file contains the HTML files as a tar archive
compressed with gzip. After you've used FTP commands to copy the .tar.gz
to your local system, you can uncompress the archive and extract the files.
Use the following commands:

	gunzip refmanhtm.tar.gz
	tar xvf refmanhtm.tar

PDF Format: Reference Manual
----------------------------

The RefMan5.pdf directory contains the PDF files.

The refman.pdf file contains the entire manual.

The refmanpdf.tar file contains the individual chapter files as an 
uncompressed tar archive. After you've copied the .tar file to your local
system, you can extract the individual chapter files 
from the refmanpdf.tar file. Use the following command:

	tar xvf refmanpdf.tar

The refmanpdf.tar.gz file contains the individual chapter files as a
tar archive compressed with gzip.  After you've copied the .tar.gz file
to your local system, you can uncompress the archive and extract 
the individual PDF files. Use the following commands:

        gunzip refmanpdf.tar.gz
	tar xvf refmanpdf.tar

PDF Format: Release Notes and Install CD Insert
-----------------------------------------------

The Install5.pdf directory contains the install CD insert in PDF format. 
The RelNt5.pdf directory contains the Release Notes in PDF format.
These documents are not available in compressed formats.
