source: trunk/minix/man/man1/spell.1@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 813 bytes
Line 
1.TH SPELL 1
2.SH NAME
3spell \- 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
23spelling checker.
24It is actually a short shell script.
25First, the program \fIprep\fR strips off the \fIroff\fR,
26\fInroff\fR, and \fItroff\fR control lines,
27and the punctuation, and lists each word on a separate line. These words are
28then sorted. The resulting output is then compared to the dictionary. Words
29present in the file but not present in the dictionary are listed. The
30dictionary 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.