[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.14

version 1.12, 2008/12/01 09:25:18 version 1.14, 2008/12/02 00:10:37
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 86  structured ones:
Line 84  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 \&Sm ,
Line 104  If terminating punctuation is found, then 
Line 101  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.14

CVSweb