aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-07-06 11:36:11 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-08-08 17:35:43 +0200
commit48a11e1d6eccbefce468c2ed957a0c327bb271d4 (patch)
tree3883c7aee5f97ad4ef00eb705919a6777cd4f8f3
parentc9629ff8c016f94fa9b9073752a68957a1a5bcae (diff)
downloadman-pages-48a11e1d6eccbefce468c2ed957a0c327bb271d4.tar.gz
dl_iterate_phdr.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/dl_iterate_phdr.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/dl_iterate_phdr.3 b/man3/dl_iterate_phdr.3
index 7754c9874d..638e1f983f 100644
--- a/man3/dl_iterate_phdr.3
+++ b/man3/dl_iterate_phdr.3
@@ -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.)