This firectory contains the GRASS 4.1 programmers' manual in troff
format.  The figures are in postscript format, but the manual itself is 
troff source code.

If you have uncompress on your local machine, issue the following ftp command
to obtain the manual:

     type binary
     get progman.troff.Z

And then to uncompress is on your local machine, use the following command:

     uncompress progman.troff.Z

If you do _not_ have uncompress on your machine, use the following ftp command
instead:

     type binary
     get progman.troff

Note the absence of the .Z suffix in this example.

To create a file with the formatted troff printer output, issue the following
command:

     cat progman.troff | tbl | troff -ms -t > progman.out

To print the resultant file progman.out:

     lpr -t progman.out

To format the troff source and send it directly to your printer, the following
command should be used:

     cat progman.troff | tbl | troff -ms -t | lpr -t -

If you have any problems printing the manual, please contact your local
system administrator.