=================================================================== RCS file: /cvs/mandoc/Attic/mdocml.1,v retrieving revision 1.13 retrieving revision 1.16 diff -u -p -r1.13 -r1.16 --- mandoc/Attic/mdocml.1 2008/12/01 15:32:36 1.13 +++ mandoc/Attic/mdocml.1 2008/12/03 19:21:58 1.16 @@ -1,5 +1,5 @@ .\" -.Dd $Mdocdate: December 1 2008 $ +.Dd $Mdocdate: December 3 2008 $ .Dt mdocml 1 .Os .\" @@ -50,7 +50,9 @@ The XML filter, specified by is the default filter. It creates an XML document where element names are their respective roff macro names. Each element name has an associated namespace, which is one of -.Qq block +.Qq block , +.Qq head , +.Qq body , or .Qq inline , corresponding to the display mode of a node. The document root is @@ -84,10 +86,8 @@ structured ones: The engine doesn't understand the .Sq \&Xo , .Sq \&Xc , -.Sq \&Ns , .Sq \&No , .Sq \&Db , -.Sq \&Sm , .Sq \&Xc , and .Sq \&Xo @@ -102,4 +102,9 @@ If terminating punctuation is found, then remaining tokens are flushed after line scope is closed, not just the last one. .El +.Pp +The roff engine in +.Nm +produces text in-line; thus, output may already be partially written by +the time an error is encountered. .\" .Sh BUGS