diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
| commit | 711594636704defae873be1a355a292505585afd (patch) | |
| tree | 59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man1/typo.1 | |
| parent | 3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff) | |
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man1/typo.1')
| -rw-r--r-- | static/v10/man1/typo.1 | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/static/v10/man1/typo.1 b/static/v10/man1/typo.1 new file mode 100644 index 00000000..f0a9b65a --- /dev/null +++ b/static/v10/man1/typo.1 @@ -0,0 +1,45 @@ +.pa 1 +.he 'TYPO (I)'1/15/73'TYPO (I)' +.ti 0 +NAME typo -- find possible typo's +.sp +.ti 0 +SYNOPSIS typo____ [ -_ ] file\d1\u ... +.sp +.ti 0 +DESCRIPTION typo hunts through a document for unusual +words, typographic errors, and hapax legomena and prints +them on the standard output. +.sp +All words used in the document are printed +out in decreasing order of peculiarity along +with an index of peculiarity. An index of 10 +or more is considered peculiar. Printing of +certain very common English words is suppressed. +.sp +The statistics for judging words are taken from +the document itself; with some help from known +statistics of English. The "-" option suppresses +the help from English and should be used if the +document is written in, for example, Urdu. +.sp +Roff and Nroff control lines are ignored. +Upper case is mapped into lower case. +Quote marks, vertical bars, hyphens, and ampersands are stripped from +within words. +Words hyphenated across lines are put back together. +.sp +.ti 0 +FILES /tmp/ttmp??, /etc/salt, /etc/w2006 +.sp +.ti 0 +SEE ALSO -- +.sp +.ti 0 +DIAGNOSTICS yes, lots +.sp +.ti 0 +BUGS Because +of the mapping into lower case and the stripping +of special characters, words +may be hard to locate in the original text. |
