Re: [PATCH 8/9] doc: Add elf32_xlatetof.3 and elf64_xlatetof.3

2024-08-28 Thread Mark Wielaard
Hi Aaron, I would recommend combining these two with the next two from [PATCH 9/9] doc: Add elf32_xlatetom.3 and elf64_xlatetom.3. They essentially do the same things. On Wed, 2024-08-14 at 17:33 -0400, Aaron Merey wrote: > diff --git a/doc/elf32_xlatetof.3 b/doc/elf32_xlatetof.3 > new file mode

[PATCH 8/9] doc: Add elf32_xlatetof.3 and elf64_xlatetof.3

2024-08-14 Thread Aaron Merey
Signed-off-by: Aaron Merey --- doc/elf32_xlatetof.3 | 61 doc/elf64_xlatetof.3 | 61 2 files changed, 122 insertions(+) create mode 100644 doc/elf32_xlatetof.3 create mode 100644 doc/elf64_xlatetof.3 diff