git: cf4d9bf8b388 - main - lorder: Undeprecate.

From: Dag-Erling Smørgrav <des_at_FreeBSD.org>
Date: Wed, 28 Feb 2024 15:44:35 UTC
The branch main has been updated by des:

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

commit cf4d9bf8b38819da12c6d686d5cf6dbd6353cd61
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2024-02-28 15:37:44 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2024-02-28 15:37:44 +0000

    lorder: Undeprecate.
    
    While lorder is not required by our current toolchain (or any toolchain
    we've used in the past decade or two), it still occasionally shows up
    in build systems of third party software, including The Open Group's
    UNIX conformance test suite, and the maintenance cost is negligible.
    
    MFC after:      1 week
    Sponsored by:   Klara, Inc.
    Reviewed by:    imp, allanjude, emaste
    Differential Revision:  https://reviews.freebsd.org/D44135
---
 usr.bin/lorder/lorder.1 | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/usr.bin/lorder/lorder.1 b/usr.bin/lorder/lorder.1
index 4c70cd2f4729..18c53b6cb918 100644
--- a/usr.bin/lorder/lorder.1
+++ b/usr.bin/lorder/lorder.1
@@ -31,11 +31,6 @@
 .Sh NAME
 .Nm lorder
 .Nd list dependencies for object files
-.Sh DEPRECATION NOTICE
-.Nm
-is obsolete and may not be present in
-.Fx 14
-and later.
 .Sh SYNOPSIS
 .Nm
 .Ar
@@ -61,12 +56,10 @@ and
 .Xr tsort 1
 can be used to sort libraries in order of dependency.
 .Pp
-The use of
-.Nm
-is not required by contemporary linkers, and
-.Nm
-may be removed from a future version of
-.Fx .
+While contemporary linkers no longer require the use of
+.Nm ,
+it is provided for the benefit of legacy code bases and build
+systems which still insist on it.
 .Sh ENVIRONMENT
 .Bl -tag -width indent
 .It Ev NM