Re: Kotlin: looking for a DD to review/upload

2021-05-04 Thread Olek Wojnar
On Sat, May 1, 2021 at 5:59 PM Thorsten Glaser wrote: > On Sat, 1 May 2021, Olek Wojnar wrote: > > > FWIW, help2man is often a really good starting point. > > REALLY not; that produces really bad-quality man(7)-format manpages. > > These days you want semantical markup via mdoc(7) instead (see, f

Re: Kotlin: looking for a DD to review/upload

2021-05-04 Thread Olek Wojnar
PS If anyone wants an easy mdoc solution, I just pushed a trivial local Python 3 fix [1] I had for cli2man [2] to upstream. Unfortunately, this is not actually in Debian ATM so not quite as convenient. But it is certainly more correct, to the point mirabilos made. [1] https://github.com/tobimensch