On Sat, Mar 13, 2021 at 09:17:41PM -0800, Greg Steuck wrote:
> This is a companion of devel/cabal-bundler port describing how to make
> Haskell program ports. I'm fairly clueless about mdoc(7) and could use
> some help to get this into shape.
This looks quite fine already.  For mdoc you can prod

        $ mandoc -T lint ./cabal-module.5
        mandoc: cabal-module.5:64:15: WARNING: new sentence, new line
        mandoc: cabal-module.5:130:61: WARNING: new sentence, new line
        mandoc: cabal-module.5:138:2: WARNING: unusual Xr order: cabal(1) after 
port-modules(5)
        mandoc: cabal-module.5:41:6: STYLE: referenced manual not found: Xr 
cabal 1 (5 times)

Fix the first three, then it's OK kn.

The last one you can ignore, i.e. cabal(1) does not have to be installed
for obvious reasons.

Reply via email to