- The core of <span class="nm">mdocml</span> are the <a href="man.3.txt" class="man">man(3)</a> and <a
- href="mdoc.3.txt" class="man">mdoc(3)</a> libraries, validating compilers producing intermediate-form
- output from -man or -mdoc input. Both are simple, fast libraries operating on memory buffers, so they
- may be used for a variety of front-ends (terminal-based, CGI and so on).
- </p>
-
- <p>
- The primary front-end is <a href="mandoc.1.txt" class="man">mandoc(1)</a>, which formats manuals for
- display on the terminal. Its purpose is to deprecate usage of groff for displaying -mdoc and, to a
- limited extent, -man manuals on the terminal.
- </p>
-
- <p>
- <span class="attn">Please submit patches, bug reports and suggestions!</span> Although a significant
- implementation exists, work remains for the backend library and especially the front-end utilities. See
- the <a href="#contact">contact</a> information below for submissions.
+ The core of <span class="nm">mdocml</span> is composed of the <i>libmdoc</i> and <i>libman</i>
+ validating compiler libraries. Both are simple, fast libraries operating on memory buffers, so they may
+ be used for a variety of front-ends (terminal-based, CGI and so on). The primary front-end is <i>
+ mandoc</i>, which formats manuals for display on the terminal.