]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
dl_iterate_phdr.3: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 6 Jul 2015 09:36:11 +0000 (11:36 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 8 Aug 2015 15:35:43 +0000 (17:35 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/dl_iterate_phdr.3

index 7754c9874d56eb8477cd986d3e046e535ef93a0c..638e1f983fe9b38182c8bf9cd4deb525e6141a59 100644 (file)
@@ -91,7 +91,9 @@ struct dl_phdr_info {
 macro definition turns its argument into the name of an ELF data
 type suitable for the hardware architecture.
 For example, on a 32-bit platform,
-ElfW(Addr) yields the data type name Elf32_Addr.
+.I ElfW(Addr)
+yields the data type name
+.IR Elf32_Addr .
 Further information on these types can be found in the
 .IR <elf.h> " and " <link.h>
 header files.)