Hi Rajesh, 2 small nits below. On Fri, Dec 29, 2023 at 5:19 AM Rajesh Pandian <r.pandian@xxxxxxxxx> wrote: > > --- > 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. I think "is described by the Elf32_Phdr or Elf64_Phdr type, depending..." sounds better here. > +The following is an example of the 32-bit architecture: How about "The following layout applies to 32-bit architectures:"? Thanks, Stefan. > .P > .in +4n > .EX > -- > 2.39.2 > >