Re: git: 16ee5cd15ad0 - main - Fix mdoc issues found by mandoc -Tlint.

From: Christian Brueffer <brueffer_at_FreeBSD.org>
Date: Mon, 02 May 2022 06:51:18 UTC

On 2022-04-30 22:04, Ed Maste wrote:
> On Fri, 25 Feb 2022 at 11:41, Christian Brueffer <brueffer@freebsd.org> wrote:
>>
>> The branch main has been updated by brueffer:
>>
>> URL: https://cgit.FreeBSD.org/src/commit/?id=16ee5cd15ad09520c03f9f222f4400507f1a82d7
>>
>> commit 16ee5cd15ad09520c03f9f222f4400507f1a82d7
>> Author:     Christian Brueffer <brueffer@FreeBSD.org>
>> AuthorDate: 2022-02-25 16:39:09 +0000
>> Commit:     Christian Brueffer <brueffer@FreeBSD.org>
>> CommitDate: 2022-02-25 16:41:19 +0000
>>
>>      Fix mdoc issues found by mandoc -Tlint.
>> ---
> ...
>>   share/man/man5/src.conf.5            | 3 +--
> ...
> 
> src.conf.5 is automatically generated (via `make makeman`) so these
> changes would be lost the next time it's updated. I just applied two
> of the changes from this commit to the source files, in commit
> 60b08330a503. It looks like there is still a stray .Pp in makeman's
> output though.

Thanks! Should have remembered that.

Chris