Line | |
---|
1 | .TH SPELL 1
|
---|
2 | .SH NAME
|
---|
3 | spell \- print all words in a file not present in the dictionary
|
---|
4 | .SH SYNOPSIS
|
---|
5 | \fBspell \fIfile\fR
|
---|
6 | .br
|
---|
7 | .de FL
|
---|
8 | .TP
|
---|
9 | \\fB\\$1\\fR
|
---|
10 | \\$2
|
---|
11 | ..
|
---|
12 | .de EX
|
---|
13 | .TP 20
|
---|
14 | \\fB\\$1\\fR
|
---|
15 | # \\$2
|
---|
16 | ..
|
---|
17 | .SH EXAMPLES
|
---|
18 | .EX "spell document" "Print the spelling errors on \fIstdout\fR"
|
---|
19 | .SH DESCRIPTION
|
---|
20 | .PP
|
---|
21 | \fISpell\fR is the
|
---|
22 | \s-1MINIX 3\s-1
|
---|
23 | spelling checker.
|
---|
24 | It is actually a short shell script.
|
---|
25 | First, the program \fIprep\fR strips off the \fIroff\fR,
|
---|
26 | \fInroff\fR, and \fItroff\fR control lines,
|
---|
27 | and the punctuation, and lists each word on a separate line. These words are
|
---|
28 | then sorted. The resulting output is then compared to the dictionary. Words
|
---|
29 | present in the file but not present in the dictionary are listed. The
|
---|
30 | dictionary must be located in \fI/usr/lib/dict/words\fR.
|
---|
31 | .SH "SEE ALSO"
|
---|
32 | .BR nroff (1),
|
---|
33 | .BR prep (1).
|
---|
Note:
See
TracBrowser
for help on using the repository browser.