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

Diff for /docbook2mdoc/docbook2mdoc.1 between version 1.2 and 1.7

version 1.2, 2014/04/02 12:27:05 version 1.7, 2014/10/19 19:11:29
Line 31  utility reads
Line 31  utility reads
 and  and
 generates  generates
 .Xr mdoc 7  .Xr mdoc 7
   and
   .Xr eqn 7
 from the  from the
 .Aq refentry  .Aq refentry
 section of DocBook source, ignoring other sections.  section of DocBook source, ignoring other sections.
Line 38  If unspecified or
Line 40  If unspecified or
 .Ar \&- ,  .Ar \&- ,
 .Ar file  .Ar file
 is taken to be standard input.  is taken to be standard input.
 It accepts no arguments.  The arguments are as follows:
   .Bl -tag -width Ds
   .It Fl W
   Output non-fatal warning messages.
   .El
 .Pp  .Pp
 .Nm  .Nm
 supports only well-formed XML DocBook V4.x until V5.1.  supports only well-formed XML DocBook V4.x until V5.1.
   Some earlier DocBook constructs are accepted as well.
 SGML DocBook documents may be parsed unless they contain SGML-specific  SGML DocBook documents may be parsed unless they contain SGML-specific
 constructs, such as empty end tags  constructs, such as empty end tags
 .Li </> .  .Li </> .
   The only non-DocBook construct recognised are
   .Aq xi:include \(sl
   .Pq which is discarded
   and
   .Aq mml:* ,
   which is accepted and converted to
   .Xr eqn 7 .
 .Sh EXIT STATUS  .Sh EXIT STATUS
 .Ex -std  .Ex -std
 .Sh EXAMPLES  .Sh EXAMPLES
Line 57  and a pager:
Line 71  and a pager:
 .Dl % docbook2mdoc foo.xml | mandoc | more  .Dl % docbook2mdoc foo.xml | mandoc | more
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr mandoc 1 ,  .Xr mandoc 1 ,
   .Xr eqn 7 ,
 .Xr mdoc 7  .Xr mdoc 7
 .Sh AUTHORS  .Sh AUTHORS
 .Nm  .Nm

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.7

CVSweb