public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bugzilla_218018
@ 2023-12-28 15:56 Rajesh Pandian
  2023-12-28 22:43 ` Tom Schwindl
  2024-01-01 11:56 ` Alejandro Colomar
  0 siblings, 2 replies; 5+ messages in thread
From: Rajesh Pandian @ 2023-12-28 15:56 UTC (permalink / raw)
  To: alx; +Cc: linux-man, Rajesh Pandian

---
 man3/dl_iterate_phdr.3 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/man3/dl_iterate_phdr.3 b/man3/dl_iterate_phdr.3
index 0a8beb3ae..f47fdd502 100644
--- a/man3/dl_iterate_phdr.3
+++ b/man3/dl_iterate_phdr.3
@@ -129,7 +129,9 @@ The
 .I dlpi_phnum
 field indicates the size of this array.
 .P
-These program headers are structures of the following form:
+The ELF program header is described by the type Elf32_Phdr 
+or Elf64_Phdr depending on the architecture.
+Following is an example of 32 bit architecture:
 .P
 .in +4n
 .EX
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-01 12:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-28 15:56 [PATCH] bugzilla_218018 Rajesh Pandian
2023-12-28 22:43 ` Tom Schwindl
2023-12-29  3:19   ` rajesh
2024-01-01 12:00     ` Alejandro Colomar
2024-01-01 11:56 ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox