git: 8feaf3506d32 - stable/13 - Update WITH_PROFILE description as it is yet removed

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Sat, 07 May 2022 01:09:59 UTC
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=8feaf3506d3217c8e7ff929ddd80f8f117f3105b

commit 8feaf3506d3217c8e7ff929ddd80f8f117f3105b
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-04-30 19:25:35 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-05-07 01:09:48 +0000

    Update WITH_PROFILE description as it is yet removed
    
    GCC still wants to link against (for example) libc_p.a when -pg is in
    use, and it's unclear when and how this will be addressed.  Change the
    WITH_PROFILE option description to claim that it may be removed from an
    unspecified future version of FreeBSD, rather than FreeBSD 14.
    
    Reported by:    Steve Kargl
    MFC after:      1 week
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit f768ecf247b7acd98fd0ee395522e559769e3e51)
---
 tools/build/options/WITH_PROFILE | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/build/options/WITH_PROFILE b/tools/build/options/WITH_PROFILE
index 3f91c4394911..3445c82f946f 100644
--- a/tools/build/options/WITH_PROFILE
+++ b/tools/build/options/WITH_PROFILE
@@ -1,5 +1,5 @@
 .\" $FreeBSD$
 Build profiled libraries for use with
 .Xr gprof 8 .
-This option is deprecated and is not present in
-.Fx 14 .
+This option is deprecated and may not be present in a future version of
+.Fx .