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

Diff for /docbook2mdoc/docbook2mdoc.1 between version 1.9 and 1.10

version 1.9, 2019/03/17 13:53:42 version 1.10, 2019/04/09 15:23:51
Line 42  is taken to be standard input.
Line 42  is taken to be standard input.
 The arguments are as follows:  The arguments are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl W  .It Fl W
 Output non-fatal warning messages.  Report warnings on standard error output, and if any occur, raise the
   .Sx EXIT STATUS
   to at least 2.
 .El  .El
 .Pp  .Pp
 .Nm  .Nm
Line 56  The only non-DocBook constructs recognised are <xi:inc
Line 58  The only non-DocBook constructs recognised are <xi:inc
 and <mml:*>, which is accepted and converted to  and <mml:*>, which is accepted and converted to
 .Xr eqn 7 .  .Xr eqn 7 .
 .Sh EXIT STATUS  .Sh EXIT STATUS
 .Ex -std  The
   .Nm
   utility exits with one of the following values:
   .Bl -tag -width 2n
   .It 0
   No error occurred, and if
   .Fl W
   was specified, no warning occurred either.
   .It 2
   At least one warning occurred, but no error, and
   .Fl W
   was specified.
   .It 3
   At least one parsing error occurred.
   .It 5
   Invalid command line arguments were specified.
   No input files have been read.
   .It 6
   Memory was exhausted.
   Parsing was aborted immediately.
   .El
 .Sh EXAMPLES  .Sh EXAMPLES
 To pipe a DocBook document  To pipe a DocBook document
 .Pa foo.xml  .Pa foo.xml
Line 65  through
Line 87  through
 and a pager:  and a pager:
 .Pp  .Pp
 .Dl $ docbook2mdoc foo.xml | mandoc -l  .Dl $ docbook2mdoc foo.xml | mandoc -l
   .Sh DIAGNOSTICS
   Messages displayed by
   .Nm
   follow this format:
   .Pp
   .D1 Nm : Ar file : Ns Ar line : Ns Ar column : level : message
   .Pp
   The first three fields identify the
   .Ar file
   name,
   .Ar line
   number, and
   .Ar column
   number of the input file where the message was triggered.
   The line and column numbers start at 1.
   .Pp
   Message levels have the following meanings:
   .Bl -tag -width warning
   .It Sy fatal
   An operating system error occurred, typically memory exhaustion,
   and parsing was aborted immediately.
   .It Sy error
   Indicates a risk of information loss or severe misformatting,
   for example caused by unknown elements or missing include files.
   .It Sy warning
   Indicates a risk that the information shown or its formatting
   may mismatch the author's intent in minor ways.
   For example, mismatched or missing end tags are classified as warnings.
   .El
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr mandoc 1 ,  .Xr mandoc 1 ,
 .Xr eqn 7 ,  .Xr eqn 7 ,

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb