summaryrefslogtreecommitdiffstats
path: root/man/man5/elf.5
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man/man5/elf.5 (renamed from man5/elf.5)6
1 files changed, 3 insertions, 3 deletions
diff --git a/man5/elf.5 b/man/man5/elf.5
index 84c7f27..f520b1a 100644
--- a/man5/elf.5
+++ b/man/man5/elf.5
@@ -32,7 +32,7 @@
.\" 2007-10-11, Mike Frysinger <vapier@gentoo.org>, various fixes
.\" 2007-12-08, mtk, Converted from mdoc to man macros
.\"
-.TH ELF 5 2024-02-25 "Linux man-pages 6.7"
+.TH ELF 5 2024-05-08 "Linux man-pages (unreleased)"
.SH NAME
elf \- format of Executable and Linking Format (ELF) files
.SH SYNOPSIS
@@ -1787,7 +1787,7 @@ Address of the termination function
String table offset to name of shared object
.TP
.B DT_RPATH
-String table offset to library search path (deprecated)
+String table offset to search path for direct and indirect library dependencies
.TP
.B DT_SYMBOLIC
Alert linker to search this shared object before the executable for symbols
@@ -1819,7 +1819,7 @@ Instruct dynamic linker to process all relocations before
transferring control to the executable
.TP
.B DT_RUNPATH
-String table offset to library search path
+String table offset to search path for direct library dependencies
.TP
.B DT_LOPROC
.TQ