On Tue, Sep 24, 2024 at 04:42:50PM +0000, Gordon Bergling wrote: > The branch main has been updated by gbe: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=044f94adff55f13130f03c0c170fa879c8febb5b > > commit 044f94adff55f13130f03c0c170fa879c8febb5b > Author: Gordon Bergling <g...@freebsd.org> > AuthorDate: 2024-09-24 16:42:18 +0000 > Commit: Gordon Bergling <g...@freebsd.org> > CommitDate: 2024-09-24 16:42:18 +0000 > > timeout(1): Update STANDARDS section > > Update the STANDARDS section for timeout(1) to > POSIX 1003.1-2024. > > Update mandoc to be able to render the > new POSIX macro.
This should not have been a single commit. mandoc should have been updated first in it's own commit, ideally referencing the upstream commit or better as a full update of mandoc from upstream. -- Brooks