=================================================================== RCS file: /cvs/docbook2mdoc/docbook2mdoc.1,v retrieving revision 1.6 retrieving revision 1.10 diff -u -p -r1.6 -r1.10 --- docbook2mdoc/docbook2mdoc.1 2014/10/12 15:08:45 1.6 +++ docbook2mdoc/docbook2mdoc.1 2019/04/09 15:23:51 1.10 @@ -1,4 +1,4 @@ -.\" $Id: docbook2mdoc.1,v 1.6 2014/10/12 15:08:45 kristaps Exp $ +.\" $Id: docbook2mdoc.1,v 1.10 2019/04/09 15:23:51 schwarze Exp $ .\" .\" Copyright (c) 2014 Kristaps Dzonsons .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 12 2014 $ +.Dd $Mdocdate: April 9 2019 $ .Dt DOCBOOK2MDOC 1 .Os .Sh NAME @@ -22,28 +22,29 @@ .Nd Convert DocBook refentry to mdoc .Sh SYNOPSIS .Nm docbook2mdoc +.Op Fl W .Op Ar file .Sh DESCRIPTION The .Nm utility reads .Ar file -and -generates +and generates .Xr mdoc 7 and .Xr eqn 7 -from the -.Aq refentry -section of DocBook source, ignoring other sections. +from the section of DocBook source, ignoring other sections. If unspecified or -.Ar \&- , +.Sq Cm \- , .Ar file is taken to be standard input. +.Pp The arguments are as follows: .Bl -tag -width Ds .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 .Pp .Nm @@ -52,15 +53,32 @@ Some earlier DocBook constructs are accepted as well. SGML DocBook documents may be parsed unless they contain SGML-specific constructs, such as empty end tags .Li . -The only non-DocBook construct recognised are -.Aq xi:include \(sl +The only non-DocBook constructs recognised are .Pq which is discarded -and -.Aq mml:* , -which is accepted and converted to +and , which is accepted and converted to .Xr eqn 7 . .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 To pipe a DocBook document .Pa foo.xml @@ -68,22 +86,49 @@ through .Xr mandoc 1 and a pager: .Pp -.Dl % docbook2mdoc foo.xml | mandoc | more +.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 .Xr mandoc 1 , +.Xr eqn 7 , .Xr mdoc 7 .Sh AUTHORS .Nm was written by -.Ar Kristaps Dzonsons , -.Mt kristaps@bsd.lv . +.An Kristaps Dzonsons Aq Mt kristaps@bsd.lv . .Sh CAVEATS The .Nm utility is experimental. -As such, only a modest subset of the -.Aq refentry -domain is accepted. +As such, only a modest subset of the domain is accepted. .Pp The output .Xr mdoc 7