[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Converting between macro sets?
From: |
Ingo Schwarze |
Subject: |
Re: Converting between macro sets? |
Date: |
Thu, 18 Aug 2022 20:31:39 +0200 |
Hi Robert,
Robert Goulding wrote on Thu, Aug 18, 2022 at 02:08:23PM -0400:
> Just out of curiosity, has anyone written a script to, say, convert text
> written with -ms to -me?
Not that i know of. However, i do maintain programs to convert
* from -mdoc to -man: https://man.openbsd.org/mandoc.1#Man_Output
* from perlpod(1) to -mdoc: https://mandoc.bsd.lv/pod2mdoc/
* from texinfo(5) to -mdoc; https://mandoc.bsd.lv/texi2mdoc/
* from DocBook to -mdoc: https://mandoc.bsd.lv/docbook2mdoc/
Yours,
Ingo