diff options
Diffstat (limited to 'man5')
-rw-r--r-- | man5/elf.5 | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -30,7 +30,7 @@ .\" 2007-10-11, Mike Frysinger <vapier@gentoo.org>, various fixes .\" 2007-12-08, mtk, Converted from mdoc to man macros .\" -.TH ELF 5 2007-12-28 "Linux" "Linux Programmer's Manual" +.TH ELF 5 2010-06-19 "Linux" "Linux Programmer's Manual" .SH NAME elf \- format of Executable and Linking Format (ELF) files .SH SYNOPSIS @@ -347,9 +347,12 @@ The value for .B EI_PAD will change in the future if currently unused bytes are given meanings. -.TP -.BR EI_BRAND -Start of architecture identification. +.\" As reported by Yuri Kozlov and confirmed by Mike Frysinger, EI_BRAND is +.\" not in GABI (http://www.sco.com/developers/gabi/latest/ch4.eheader.html) +.\" It looks to be a BSDism +.\" .TP +.\" .BR EI_BRAND +.\" Start of architecture identification. .TP .BR EI_NIDENT The size of the |