Bugs:

* Synopsis continuations in mdoc man pages aren't handled right -- see scp.1.

* .Fn Berkeley function synopsis macro needs work. See dhcpctl.3 and elf.5.

* Look at lwres_getaddrinfo.3 -- good type case for resuming function parse
  after text.  sox(1) and soxmix(1) show the same problem with command syntax.

* intro(2): doclifter gets confused by .SS Synopsis

* Look for ".SS Considerations" in a2p(1).  Some weird crap that pod2man
  is doing with quoting is causing the header to get mangled.

Edge cases in which we could do better --

* sox(1), soxmix(1)
    These are totally hosed.

* getcontext(2)
    Should be able to detect that trailing text section.

* qurlinfo(3qt) and others:
    operator declaration is seen as text, not structured.

Other things to do:

* Stereotyped .in/ta/ti pattern in emacs.1

* Stereotyped .in patterns under DIAGNOSTICS in compress.1.

Big projects:

* Translate EQN.

See the BUGS file for other, more minor problems mainly due to bad markup.

