Re: git: 044f94adff55 - main - timeout(1): Update STANDARDS section
- In reply to: Brooks Davis : "Re: git: 044f94adff55 - main - timeout(1): Update STANDARDS section"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Sep 2024 10:40:03 UTC
Hi Brooks, On Tue, Sep 24, 2024 at 05:07:56PM +0000, Brooks Davis wrote: > 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 <gbe@FreeBSD.org> > > AuthorDate: 2024-09-24 16:42:18 +0000 > > Commit: Gordon Bergling <gbe@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. mandoc has not seen a release in a while, but has many single commits in the OpenBSD tree. I wasn't sure about tracking so many individual commits so I just took the one needed for the man page update. Dragonfly and also OpenBSD has a few updates to timeout(1), which I am about to backport for FreeBSD. The man page was the easiest part. I could revert that change, but I hope it can stay that way it is now, so that I can focus and bringing the updates for timeout(1) to phabricator. --Gordon