diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-01-28 10:41:35 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-01-28 10:44:42 +0100 |
| commit | 833dec2bd1b81022614c699e94c7d93f8f4bf4c9 (patch) | |
| tree | 5a609c179cdef922b418d654eb91c28e2c2c029e /man5 | |
| parent | e2e52667d0b156c271c4232b1ad058a6df5b4b5c (diff) | |
| download | man-pages-833dec2bd1b81022614c699e94c7d93f8f4bf4c9.tar.gz | |
elf.5: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5')
| -rw-r--r-- | man5/elf.5 | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/man5/elf.5 b/man5/elf.5 index 61e30b02f7..05c7a31878 100644 --- a/man5/elf.5 +++ b/man5/elf.5 @@ -1558,29 +1558,24 @@ are reserved for processor-specific semantics. .RE .IP There are macros for packing and unpacking the binding and type fields: -.IP -.BR ELF32_ST_BIND (info) -or -.BR ELF64_ST_BIND (info) -extract a binding from an +.RS \n[l1_indent] +.TP +.BR ELF32_ST_BIND( \fIinfo\fP ) ", " ELF64_ST_BIND( \fIinfo\fP ) +Extract a binding from an .I st_info value. -.IP -.BR ELF32_ST_TYPE (info) -or -.BR ELF64_ST_TYPE (info) -.br -extract a type from an +.TP +.BR ELF32_ST_TYPE( \fIinfo ) ", " ELF64_ST_TYPE( \fIinfo\fP ) +Extract a type from an .I st_info value. -.IP -.BR ELF32_ST_INFO "(bind, type)" -or -.BR ELF64_ST_INFO "(bind, type)" -.br -convert a binding and a type into an +.TP +.BR ELF32_ST_INFO( \fIbind\fP ", " \fItype\fP ) ", " \ +ELF64_ST_INFO( \fIbind\fP ", " \fItype\fP ) +Convert a binding and a type into an .I st_info value. +.RE .\" .El .TP .IR st_other |
