Re: man(7) <-> mdoc(7) (approximate) correspondence table?

2024-04-27 Thread Alejandro Colomar
Hi Alexis, On Sat, Apr 27, 2024 at 04:17:28PM +1000, Alexis wrote: > [ Not subscribed to the linux-man list, so please cc me if replying there. ] > > Hi all, > > As someone who's much more familiar with mdoc(7) than man(7), is there an > approximate 'correspondence table' somewhere that gives at

Re: man(7) <-> mdoc(7) (approximate) correspondence table?

2024-04-27 Thread flexibeast
Hi Alejandro, Thanks for your reply! Responses inline. Alejandro Colomar writes: I can only recommend you look at pages in the Linux man-pages project, and follow what you see (you can ask me if a page is a good reference). I try to have them all with perfect source, but there are too ma

Re: man(7) <-> mdoc(7) (approximate) correspondence table?

2024-04-27 Thread Lennart Jablonka
'\" t . .\" SPDX-FileCopyrightText: 2024 Lennart Jablonka .\" SPDX-LicenseIdentifier: BlueOak-1.0.0 .\" https://blueoakcouncil.org/license/1.0.0 . .Dd April 27, 2024 .Dt MDOC-MAN-CMP 7 .Os .Sh NAME .Nm mdoc-man-cmp .Nd a little comparison of \-mdoc and \-man macros .Sh DESCRIPTION This table shows

Re: man(7) <-> mdoc(7) (approximate) correspondence table?

2024-04-27 Thread flexibeast
Lennart Jablonka writes: [snip mdoc-man-cmp.7 source] Wonderful, thank you! Much appreciated. 🙂 Alexis.