From 594130bd7ca370593a09ae34e4ca83c597526565 Mon Sep 17 00:00:00 2001 From: jkoshy Date: Mon, 25 Dec 2006 02:24:39 +0000 Subject: Document the additional error returns possible when handling ELF objects that require extended numbering. --- lib/libelf/elf_update.3 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/libelf/elf_update.3') diff --git a/lib/libelf/elf_update.3 b/lib/libelf/elf_update.3 index 11dab97..9831168 100644 --- a/lib/libelf/elf_update.3 +++ b/lib/libelf/elf_update.3 @@ -23,7 +23,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 29, 2006 +.Dd December 16, 2006 .Os .Dt ELF_UPDATE 3 .Sh NAME @@ -237,6 +237,10 @@ writing or updating. Argument .Ar elf contained a section with an unrecognized type. +.It Bq Er ELF_E_SECTION +The section header at index +.Dv SHN_UNDEF +had an illegal section type. .It Bq Er ELF_E_SEQUENCE An .Dv ELF_C_WRITE -- cgit v1.1