tech@mandoc.bsd.lv
 help / color / mirror / Atom feed
* docbook2mdoc(1): Don't use Aq for XML tags
@ 2017-06-29  4:22 Anthony J. Bentley
  2017-06-29 12:12 ` Ingo Schwarze
  0 siblings, 1 reply; 2+ messages in thread
From: Anthony J. Bentley @ 2017-06-29  4:22 UTC (permalink / raw)
  To: tech

Index: docbook2mdoc.1
===================================================================
RCS file: /cvs/docbook2mdoc/docbook2mdoc.1,v
retrieving revision 1.7
diff -u -p -r1.7 docbook2mdoc.1
--- docbook2mdoc.1	19 Oct 2014 19:11:29 -0000	1.7
+++ docbook2mdoc.1	28 Jun 2017 13:34:11 -0000
@@ -34,7 +34,7 @@ generates
 and
 .Xr eqn 7
 from the
-.Aq refentry
+<refentry>
 section of DocBook source, ignoring other sections.
 If unspecified or
 .Ar \&- ,
@@ -53,10 +53,10 @@ SGML DocBook documents may be parsed unl
 constructs, such as empty end tags
 .Li </> .
 The only non-DocBook construct recognised are
-.Aq xi:include \(sl
+<xi:include />
 .Pq which is discarded
 and
-.Aq mml:* ,
+<mml:*>,
 which is accepted and converted to
 .Xr eqn 7 .
 .Sh EXIT STATUS
@@ -83,7 +83,7 @@ The
 .Nm
 utility is experimental.
 As such, only a modest subset of the
-.Aq refentry
+<refentry>
 domain is accepted.
 .Pp
 The output
--
 To unsubscribe send an email to tech+unsubscribe@mandoc.bsd.lv

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: docbook2mdoc(1): Don't use Aq for XML tags
  2017-06-29  4:22 docbook2mdoc(1): Don't use Aq for XML tags Anthony J. Bentley
@ 2017-06-29 12:12 ` Ingo Schwarze
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Schwarze @ 2017-06-29 12:12 UTC (permalink / raw)
  To: Anthony J. Bentley; +Cc: tech

Hi Anthony,

committed, thanks.
  Ingo

Anthony J. Bentley wrote on Wed, Jun 28, 2017 at 10:22:52PM -0600:

> Index: docbook2mdoc.1
> ===================================================================
> RCS file: /cvs/docbook2mdoc/docbook2mdoc.1,v
> retrieving revision 1.7
> diff -u -p -r1.7 docbook2mdoc.1
> --- docbook2mdoc.1	19 Oct 2014 19:11:29 -0000	1.7
> +++ docbook2mdoc.1	28 Jun 2017 13:34:11 -0000
> @@ -34,7 +34,7 @@ generates
>  and
>  .Xr eqn 7
>  from the
> -.Aq refentry
> +<refentry>
>  section of DocBook source, ignoring other sections.
>  If unspecified or
>  .Ar \&- ,
> @@ -53,10 +53,10 @@ SGML DocBook documents may be parsed unl
>  constructs, such as empty end tags
>  .Li </> .
>  The only non-DocBook construct recognised are
> -.Aq xi:include \(sl
> +<xi:include />
>  .Pq which is discarded
>  and
> -.Aq mml:* ,
> +<mml:*>,
>  which is accepted and converted to
>  .Xr eqn 7 .
>  .Sh EXIT STATUS
> @@ -83,7 +83,7 @@ The
>  .Nm
>  utility is experimental.
>  As such, only a modest subset of the
> -.Aq refentry
> +<refentry>
>  domain is accepted.
>  .Pp
>  The output
--
 To unsubscribe send an email to tech+unsubscribe@mandoc.bsd.lv

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-29 12:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-29  4:22 docbook2mdoc(1): Don't use Aq for XML tags Anthony J. Bentley
2017-06-29 12:12 ` Ingo Schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).