The branch main has been updated by gnn:

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

commit a8151f196c3cc6af2f8de5682e8522df5986dcd6
Author:     George V. Neville-Neil <[email protected]>
AuthorDate: 2025-11-25 14:14:26 +0000
Commit:     George V. Neville-Neil <[email protected]>
CommitDate: 2025-11-25 14:14:26 +0000

    Add description of the LD_DEBUG environment variable.
---
 libexec/rtld-elf/rtld.1 | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1
index 62e4fc5676c2..04dcb28d7f8f 100644
--- a/libexec/rtld-elf/rtld.1
+++ b/libexec/rtld-elf/rtld.1
@@ -26,7 +26,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 July 24, 2024
+.Dd November 25, 2025
 .Dt RTLD 1
 .Os
 .Sh NAME
@@ -153,6 +153,11 @@ If set,
 .Nm
 will print a table containing all relocations after symbol
 binding and relocation.
+.It Ev LD_DEBUG
+If set,
+.Nm
+will print voluminous internal debugging messages as it loads
+and links a program.
 .It Ev LD_DUMP_REL_PRE
 If set,
 .Nm

Reply via email to