git: f50322c1dcfe - main - random(9): bump removal to FreeBSD 15.0

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Mon, 18 Mar 2024 20:04:02 UTC
The branch main has been updated by emaste:

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

commit f50322c1dcfe369ad73e1123541d18fc431384f6
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-03-18 20:02:08 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-03-18 20:03:49 +0000

    random(9): bump removal to FreeBSD 15.0
    
    It has not yet been removed, and still has some in-tree consumers.
    
    PR:             277655
    Sponsored by:   The FreeBSD Foundation
---
 share/man/man9/random.9 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/man/man9/random.9 b/share/man/man9/random.9
index c0d58482416c..7fc721564897 100644
--- a/share/man/man9/random.9
+++ b/share/man/man9/random.9
@@ -24,7 +24,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\" "
-.Dd March 22, 2021
+.Dd March 18, 2024
 .Dt RANDOM 9
 .Os
 .Sh NAME
@@ -133,7 +133,7 @@ The deprecated
 .Fn random
 function will return a 31-bit value.
 It is obsolete and scheduled to be removed in
-.Fx 14.0 .
+.Fx 15.0 .
 Consider
 .Xr prng 9
 instead and see