GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DEMANDOC(1) FreeBSD General Commands Manual DEMANDOC(1)

demandoc
emit only text of UNIX manuals

demandoc [-w] [file ...]

The demandoc utility emits only the text portions of well-formed mdoc(7) and man(7) UNIX manual files.

By default, demandoc parses standard input and outputs only text nodes, preserving line and column position. Escape sequences are omitted from the output.

Its arguments are as follows:

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.

If a document is not well-formed, it is skipped.

The -i, -k, -m, and -p flags are silently discarded for calling compatibility with the historical deroff.

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 .

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

mandoc(1), man(7), mdoc(7)

demandoc replaces the historical deroff utility for handling modern man(7) and mdoc(7) documents.

The demandoc utility was written by Kristaps Dzonsons <kristaps@bsd.lv>.
September 12, 2014 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.