tech@mandoc.bsd.lv
 help / color / mirror / Atom feed
* docbook2mdoc(1) sometimes mishandles  
@ 2019-05-20  8:34 Anthony J. Bentley
  2019-05-20 20:38 ` Ingo Schwarze
  0 siblings, 1 reply; 2+ messages in thread
From: Anthony J. Bentley @ 2019-05-20  8:34 UTC (permalink / raw)
  To: tech

Hi,

From fonts.xml:

<sect3 id='Standard_Type1_fonts'>
<title>Standard Type&nbsp;1 fonts</title>

docbook2mdoc turns this into:

.Pp
.Sy Standard Type\e1 fonts

It happens again near the end of the document:

<para>
The IETF RFC documents, available from a number of sites throughout
the world, often provide interesting information about character set
issues; see for example <ulink
url="https://datatracker.ietf.org/doc/rfc373/">RFC&nbsp;373</ulink>.
</para>

becomes:

.Pp
The IETF RFC documents, available from a number of sites throughout
the world, often provide interesting information about character set
issues; see for example
.Lk https://datatracker.ietf.org/doc/rfc373/ "RFC\e373" .

-- 
Anthony J. Bentley
--
 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:[~2019-05-20 20:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-20  8:34 docbook2mdoc(1) sometimes mishandles &nbsp; Anthony J. Bentley
2019-05-20 20:38 ` 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).