diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-05-18 06:46:24 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-05-18 06:46:24 +0000 |
commit | 9090e45334c51817d4a0fa281c9d76c6e90f8d07 (patch) | |
tree | b031656cb3332146fd6486dd2f885f3a22897f69 /lib/libelf/gelf_getrel.3 | |
parent | b6287cef9243e06e73ff157fa843467499f51489 (diff) |
update libelf from elftoolchain r3717 to r3833
ok deraadt@
Diffstat (limited to 'lib/libelf/gelf_getrel.3')
-rw-r--r-- | lib/libelf/gelf_getrel.3 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/libelf/gelf_getrel.3 b/lib/libelf/gelf_getrel.3 index 427446fe137..407e63688d1 100644 --- a/lib/libelf/gelf_getrel.3 +++ b/lib/libelf/gelf_getrel.3 @@ -21,9 +21,9 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $Id: gelf_getrel.3,v 1.1 2019/02/01 05:27:38 jsg Exp $ +.\" $Id: gelf_getrel.3,v 1.2 2020/05/18 06:46:23 jsg Exp $ .\" -.Dd August 29, 2006 +.Dd April 22, 2019 .Dt GELF_GETREL 3 .Os .Sh NAME @@ -113,6 +113,12 @@ was not associated with a section of type .Dv SHT_REL . .It Bq Er ELF_E_RANGE A value was not representable in the target type. +.It Bq Er ELF_E_VERSION +The +.Vt Elf_Data +descriptor denoted by argument +.Ar data +is associated with an ELF object with an unsupported version. .El .Sh SEE ALSO .Xr elf 3 , |