diff options
Diffstat (limited to 'upstream/archlinux/man5/elf.5')
-rw-r--r-- | upstream/archlinux/man5/elf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/upstream/archlinux/man5/elf.5 b/upstream/archlinux/man5/elf.5 index 730d58cd..c7ea1312 100644 --- a/upstream/archlinux/man5/elf.5 +++ b/upstream/archlinux/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 2023-10-31 "Linux man-pages 6.06" +.TH ELF 5 2024-05-08 "Linux man-pages 6.8" .SH NAME elf \- format of Executable and Linking Format (ELF) files .SH SYNOPSIS @@ -785,7 +785,7 @@ A readable segment. A text segment commonly has the flags .B PF_X and -.B PF_R . +.BR PF_R . A data segment commonly has .B PF_W and @@ -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 |