The Software Tools on-line documentation is divided into several sections. The standard manual sections contain the following information: .sp .in +2 .ti -2 1 Writeups on the utilities available in the system (e.g. ed) .ti -2 2 Writeups on the virtual machine system calls available to ratfor programmers. .ti -2 3 Writeups on library routines available to ratfor programmers. .ti -2 4 Primers on some of the more heavily used utilities. .in -2 .sp In addition, other site-dependent manual sections may be maintained by your system manager. .sp Three utilities are currently available for perusing the on-line documentation: intro, apropos and man. Specific information can be obtained on each of these utilities by performing a command of the form: .sp man NAME .sp where NAME is replaced by intro, apropos or man. .sp In addition, some of the more heavily used forms of these commands are listed below. .sp .in +5 .ti -5 man -s .br List all available manual sections. .sp .ti -5 man -s1 .br List all available entries in manual section 1. .sp .ti -5 man ed .br List the manual entry on `ed'. If entries exist in more than one section, only the first is displayed, with a note concerning the other entries displayed following the first entry. .sp .ti -5 man -a -s2 .br Display all entries in section 2. .sp .ti -5 man -a .br Display all entries for all sections (the entire manual). .sp .ti -5 intro -s2 .br Display a one-line synopsis of all entries in section 2. .sp .ti -5 apropos mail .br Display a one-line synopsis of all entries in the manual that match the pattern `mail'. .in -5