Hi Branden, G. Branden Robinson wrote on Sun, Dec 20, 2020 at 03:38:54AM -0500:
> gbranden pushed a commit to branch master > in repository groff. > > commit ca0dfa5ff724eaf21a8b79f4ee825979ef3294fc > Author: G. Branden Robinson <g.branden.robin...@gmail.com> > AuthorDate: Sun Dec 20 14:10:09 2020 +1100 > > groff_mdoc(7): Add link to mandoc project. > --- > tmac/groff_mdoc.7.man | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/tmac/groff_mdoc.7.man b/tmac/groff_mdoc.7.man > index e383fe3..bd4132c 100644 > --- a/tmac/groff_mdoc.7.man > +++ b/tmac/groff_mdoc.7.man > @@ -4356,6 +4356,16 @@ Multiple man pages (in either format) can be handled. > . > .Sh "See also" > . > +The > +.Lk https://mandoc.bsd.lv/ mandoc > +project maintains an independent implementation of the Thanks, so now the mdoc(7) manual page in the mandoc package and the groff_mdoc(7) manual page in the groff package point at each other. I think that's good and may occasionally help users because different people may like different styles of documentation and because some particular details may be easier to understand in one page, some in the other. > +.Xr mdoc That's an mdoc(7) syntax error, .Xr requires two arguments. I think this should be ".Xr mdoc 7". > +language and a renderer that directly parses its markup as well as that > +of > +.Xr man . dto.: .Xr man 7 . Yours, Ingo