Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
demandoc — emit only text of UNIX manualsSYNOPSIS
demandoc | [-w] [file ...] |
DESCRIPTION
The demandoc utility emits only the text portions of well-formed mdoc(7) and man(7) UNIX manual files.- -w
- Output a word list. This outputs each word of text on its own line. A “word”, in this case, refers to whitespace-delimited terms beginning with at least two letters and not consisting of any escape sequences. Words have their leading and trailing punctuation (double-quotes, sentence punctuation, etc.) stripped.
- file ...
- The input files.
EXIT STATUS
The demandoc utility exits with one of the following values:- 0
- No errors occurred.
- 6
- An operating system error occurred, for example memory exhaustion or an error accessing input files. Such errors cause demandoc to exit at once, possibly in the middle of parsing or formatting a file. The output databases are corrupt and should be removed .
EXAMPLES
The traditional usage of demandoc is for spell-checking manuals on BSD. This is accomplished as follows (assuming British spelling):$ demandoc -w file.1 | spell -b