3 spell \- print all words in a file not present in the dictionary
20 # Print the spelling errors on \fIstdout\fR
26 It is actually a short shell script.
27 First, the program \fIprep\fR strips off the \fIroff\fR,
28 \fInroff\fR, and \fItroff\fR control lines,
29 and the punctuation, and lists each word on a separate line. These words are
30 then sorted. The resulting output is then compared to the dictionary. Words
31 present in the file but not present in the dictionary are listed. The
32 dictionary must be located in \fI/usr/lib/dict/words\fR.