git: 60b08330a503 - main - Correct markup in WITH_/WITHOUT_UNIFIED_OBJDIR descriptions

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Sat, 30 Apr 2022 19:43:25 UTC
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.
diff --git a/tools/build/options/WITH_UNIFIED_OBJDIR b/tools/build/options/WITH_UNIFIED_OBJDIR
index 2a551e1d9e17..b3d245121ea3 100644
--- a/tools/build/options/WITH_UNIFIED_OBJDIR
+++ b/tools/build/options/WITH_UNIFIED_OBJDIR
@@ -8,5 +8,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.