From: Rajesh Pandian <r.pandian@gmail.com>
To: alx@kernel.org
Cc: linux-man@vger.kernel.org, schwindl@posteo.de,
Rajesh Pandian <r.pandian@gmail.com>
Subject: [PATCH] bugzilla_218018_v1
Date: Fri, 29 Dec 2023 08:48:16 +0530 [thread overview]
Message-ID: <20231229031816.3345-1-r.pandian@gmail.com> (raw)
---
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..1355c5bcc 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.
+The following is an example of the 32-bit architecture:
.P
.in +4n
.EX
--
2.39.2
next reply other threads:[~2023-12-29 3:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-29 3:18 Rajesh Pandian [this message]
2023-12-29 13:14 ` [PATCH] bugzilla_218018_v1 Stefan Puiu
2023-12-29 14:55 ` rajesh
2024-01-01 12:03 ` Alejandro Colomar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231229031816.3345-1-r.pandian@gmail.com \
--to=r.pandian@gmail.com \
--cc=alx@kernel.org \
--cc=linux-man@vger.kernel.org \
--cc=schwindl@posteo.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox