[BACK]Return to mdocml.1 CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/mdocml.1 between version 1.13 and 1.16

version 1.13, 2008/12/01 15:32:36 version 1.16, 2008/12/03 19:21:58
Line 50  The XML filter, specified by
Line 50  The XML filter, specified by
 is the default filter.  It creates an XML document where element names are  is the default filter.  It creates an XML document where element names are
 their respective roff macro names.  Each element name has an associated  their respective roff macro names.  Each element name has an associated
 namespace, which is one of  namespace, which is one of
 .Qq block  .Qq block ,
   .Qq head ,
   .Qq body ,
 or  or
 .Qq inline ,  .Qq inline ,
 corresponding to the display mode of a node.  The document root is  corresponding to the display mode of a node.  The document root is
Line 84  structured ones:
Line 86  structured ones:
 The engine doesn't understand the  The engine doesn't understand the
 .Sq \&Xo ,  .Sq \&Xo ,
 .Sq \&Xc ,  .Sq \&Xc ,
 .Sq \&Ns ,  
 .Sq \&No ,  .Sq \&No ,
 .Sq \&Db ,  .Sq \&Db ,
 .Sq \&Sm ,  
 .Sq \&Xc ,  .Sq \&Xc ,
 and  and
 .Sq \&Xo  .Sq \&Xo
Line 102  If terminating punctuation is found, then 
Line 102  If terminating punctuation is found, then 
 remaining tokens are flushed after line scope is closed, not just the  remaining tokens are flushed after line scope is closed, not just the
 last one.  last one.
 .El  .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  .\" .Sh BUGS

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.16

CVSweb