home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man1 / typo.1 < prev    next >
Encoding:
Text File  |  1975-06-26  |  1.4 KB  |  65 lines

  1. .th TYPO I 5/15/74
  2. .sh NAME
  3. typo \*- find possible typos
  4. .sh SYNOPSIS
  5. .bd typo
  6. [
  7. .bd \*-1
  8. ] [
  9. .bd \*-n
  10. ] file ...
  11. .sh DESCRIPTION
  12. .it Typo
  13. hunts through a document for unusual
  14. words, typographic errors, and
  15. .it "hapax legomena"
  16. and prints
  17. them on the standard output.
  18. .s3
  19. The words used in the document are printed
  20. out in decreasing order of peculiarity along
  21. with an index of peculiarity.  An index of 10
  22. or more is considered peculiar.  Printing of
  23. certain very common English words is suppressed.
  24. .s3
  25. The statistics for judging words are taken from
  26. the document itself, with some help from known
  27. statistics of English.
  28. The
  29. .bd \*-n
  30. option suppresses
  31. the help from English and should be used if the
  32. document is written in, for example, Urdu.
  33. .s3
  34. The
  35. .bd \*-1
  36. option causes the final output to appear in a single
  37. column instead of three
  38. columns.
  39. The normal header and pagination is also suppressed.
  40. .s3
  41. Roff (I)
  42. and
  43. nroff (I)
  44. control lines are ignored.
  45. Upper case is mapped into lower case.
  46. Quote marks, vertical bars, hyphens, and ampersands within words are 
  47. equivalent to spaces.
  48. Words hyphenated across lines are put back together.
  49. .sh FILES
  50. /tmp/ttmp??
  51. .br
  52. /usr/lib/salt
  53. .br
  54. /usr/lib/w2006
  55. .sh BUGS
  56. Because
  57. of the mapping into lower case and the stripping
  58. of special characters, words
  59. may be hard to locate in the original text.
  60. .s3
  61. The escape sequences
  62. of
  63. troff (I)
  64. are not correctly recognized.
  65.