File		Explanation
------------------------------------------------------------------------------
MANIFEST	This file -- list of files in package
Makefile	For compiling ``sp''.
README		Read this first for installation and copyright information
add_local.c	Routine for adding words to personal dictionary
doc_correct.c	Routine for correcting the document
externs.c	Declarations of global data structures
parse.c		Command line parser (uses getopt)
sp.1		Manual page
sp.c		Main program
sp.h		Include file (may need editing)
spell.c		Runs spell(1) and fgrep(1) to get initial mis-spelling list
tools.c		General tools used througout program
user_input.c	Get user input for corrections
user_tools.c	Process option selected in user_input
where.c		For showing context-surrounded word occurences
