Re: git: 60b08330a503 - main - Correct markup in WITH_/WITHOUT_UNIFIED_OBJDIR descriptions
Date: Mon, 02 May 2022 17:51:46 UTC
On Mon, 2 May 2022 at 12:59, John Baldwin <jhb@freebsd.org> wrote: > > On 4/30/22 12:43 PM, Ed Maste wrote: > > The branch main has been updated by emaste: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=60b08330a503b5a3380b5f68c2aa4c1c4f610a85 > > > > commit 60b08330a503b5a3380b5f68c2aa4c1c4f610a85 > > Author: Ed Maste <emaste@FreeBSD.org> > > AuthorDate: 2022-04-30 19:39:21 +0000 > > Commit: Ed Maste <emaste@FreeBSD.org> > > CommitDate: 2022-04-30 19:40:49 +0000 > > > > Correct markup in WITH_/WITHOUT_UNIFIED_OBJDIR descriptions > > > > MFC after: 3 days > > Sponsored by: The FreeBSD Foundation > > --- > > tools/build/options/WITHOUT_UNIFIED_OBJDIR | 2 +- > > tools/build/options/WITH_UNIFIED_OBJDIR | 2 +- > > 2 files changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/tools/build/options/WITHOUT_UNIFIED_OBJDIR b/tools/build/options/WITHOUT_UNIFIED_OBJDIR > > index 840196941da4..a76e30ca4123 100644 > > --- a/tools/build/options/WITHOUT_UNIFIED_OBJDIR > > +++ b/tools/build/options/WITHOUT_UNIFIED_OBJDIR > > @@ -11,5 +11,5 @@ is used. > > .Pp > > This option is transitional and will be removed before the 12.0 release,> at which time > > -.va WITH_UNIFIED_OBJDIR > > +.Va WITH_UNIFIED_OBJDIR > > will be enabled permanently. > > Are these options still in existence? I noticed your src.conf.5 regen didn't > seem to be affected by these fixes, and the text for both of them claims they > were going to be removed in 12.0. This text still appears in src.conf.5. When I ran `make makeman` for commit 13cf43130436 it had the lowercase ".va" and an extra ".Pp". I undid those before committing the update.