The files in this directory contain line printer-ready documentation.
The files end in ".1", ".2", or ".3" corresponding to the section of
the UNIX manual that they would be placed into.

the files may be printed via a "lpr" command or a "cat" command
if the output is to be to the terminal.

there are a few files that contain CR's used to overprint on the
line printer. these will usually not print out correctly on CRT 
terminals, but the following command will fix that:

tr "\15" "\12" < file 

it causes overprinting to appear on the following line.
If you have "asa" and "toasa" one could use:

toasa < file ^ grep -v "^+" ^ asa

which will delete all overprinted lines.

each file starts with a form-feed (octal 14) which will not print out
on most terminals, but will do so if output to the line printer.
if a document consists of more than one page then each page will be
separated by a form feed.
