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

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

version 1.12, 2008/12/01 09:25:18 version 1.16, 2008/12/03 19:21:58
Line 17 
Line 17 
 .Sh DESCRIPTION  .Sh DESCRIPTION
 The  The
 .Nm  .Nm
 utility parses  utility parses mdoc formatted manual source and passes results into an
 .Xr mdoc  output filter.  The only current output filter is
 formatted manual source and passes results into an output filter.  The  
 only current output filter is  
 .Ar xml ,  .Ar xml ,
 the default.  The arguments are as follows:  the default.  The arguments are as follows:
 .Bl -tag -width "\-o outfile"  .Bl -tag -width "\-o outfile"
Line 52  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 86  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 104  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.12  
changed lines
  Added in v.1.16

CVSweb