Name
        Lint - instructions for linting manual pages

Description
        To run the linters and checks for the entire project, run

            $ make lint build;
            $ make check;  # check must be run after a successful build

        This skips tests that are known to fail.  To run those too, set
        'SKIP_XFAIL=no'.

See also
        share/doc/contributing
        share/doc/contributing.d/*
        share/doc/install

        $ make help
