SPELL.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  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 fIfilefR
  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 fIstdoutfR"
  19. .SH DESCRIPTION
  20. .PP
  21. fISpellfR is the 
  22. s-2MINIXs+2
  23. spelling checker.  
  24. It is actually a short shell script.
  25. First, the program fIprepfR strips off the fIrofffR, 
  26. fInrofffR, and fItrofffR 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/wordsfR.
  31. .SH "SEE ALSO"
  32. .BR nroff (1),
  33. .BR prep (1).