SPELL.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:

OS Develop

Development Platform:

WINDOWS

  1. SPELL(1)                  Minix Programmer's Manual                   SPELL(1)
  2. NAME
  3.      spell - print all words in a file not present in the dictionary
  4. SYNOPSIS
  5.      spell file
  6. EXAMPLES
  7.      spell document      # Print the spelling errors on stdout
  8. DESCRIPTION
  9.      Spell is the MINIX spelling checker. It is actually a short shell script.
  10.      First,  the  program  prep  strips off the roff, nroff, and troff control
  11.      lines, and the punctuation, and lists  each  word  on  a  separate  line.
  12.      These  words  are  then sorted.  The resulting output is then compared to
  13.      the dictionary.  Words present  in  the  file  but  not  present  in  the
  14.      dictionary   are   listed.    The   dictionary   must   be   located   in
  15.      /usr/lib/dict/words.
  16. SEE ALSO
  17.      nroff(1), prep(1).
  18.                                                                              1