diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-06-19 11:43:32 +0200 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-06-19 13:10:51 +0200 |
commit | b520dffcc66c2832f6ced1a2c6e1cc1ec612c1f8 (patch) | |
tree | db3d89ac7898a4409a8a789cea6019f6eb5db60b /man5 | |
parent | 3b18c59b701f18182ef1414c9d31e4db5d089a6f (diff) |
elf.5: Remove EI_BRAND
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
Reported-by: Yuri Kozlov <yuray@komyakino.ru>
Reported-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
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 |