From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 8ee1565b for ; Thu, 29 Jun 2017 07:12:27 -0500 (EST) Date: Thu, 29 Jun 2017 07:12:27 -0500 (EST) Message-Id: <12274770157229721796.enqueue@fantadrom.bsd.lv> X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: docbook2mdoc: Do not use .Aq for XML tags; from bentley@. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Do not use .Aq for XML tags; from bentley@. While here, fix some other macros, too. Modified Files: -------------- docbook2mdoc: docbook2mdoc.1 Revision Data ------------- Index: docbook2mdoc.1 =================================================================== RCS file: /home/cvs/mdocml/docbook2mdoc/docbook2mdoc.1,v retrieving revision 1.7 retrieving revision 1.8 diff -Ldocbook2mdoc.1 -Ldocbook2mdoc.1 -u -p -r1.7 -r1.8 --- docbook2mdoc.1 +++ docbook2mdoc.1 @@ -33,13 +33,12 @@ 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 @@ -52,12 +51,9 @@ Some earlier DocBook constructs are acce 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 @@ -76,15 +72,12 @@ and a pager: .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 -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv