forked from Stichting-MINIX-Research-Foundation/minix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspell.1
More file actions
35 lines (35 loc) · 817 Bytes
/
Copy pathspell.1
File metadata and controls
35 lines (35 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.TH SPELL 1
.SH NAME
spell \- print all words in a file not present in the dictionary
.SH SYNOPSIS
\fBspell \fIfile\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMPLES
.TP 20
.B spell document
# Print the spelling errors on \fIstdout\fR
.SH DESCRIPTION
.PP
\fISpell\fR is the
\s-1MINIX 3\s-1
spelling checker.
It is actually a short shell script.
First, the program \fIprep\fR strips off the \fIroff\fR,
\fInroff\fR, and \fItroff\fR control lines,
and the punctuation, and lists each word on a separate line. These words are
then sorted. The resulting output is then compared to the dictionary. Words
present in the file but not present in the dictionary are listed. The
dictionary must be located in \fI/usr/lib/dict/words\fR.
.SH "SEE ALSO"
.BR nroff (1),
.BR prep (1).