diff options
| author | Kai Wang <kaiw@FreeBSD.org> | 2010-07-21 10:02:59 +0000 |
|---|---|---|
| committer | Kai Wang <kaiw@FreeBSD.org> | 2010-07-21 10:02:59 +0000 |
| commit | 135fdd30277f26127ffed1dc4dbdb1a846a55921 (patch) | |
| tree | dc9fac4c5184bfa38b64e8bea44d670f3efb1d09 /lib/libelf | |
| parent | 0e3c61d436655deaf3c4d176cdcdfa5b68a23179 (diff) | |
Notes
Diffstat (limited to 'lib/libelf')
| -rw-r--r-- | lib/libelf/gelf_fsize.3 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libelf/gelf_fsize.3 b/lib/libelf/gelf_fsize.3 index caefae755fe8c..59fc5c2cf3814 100644 --- a/lib/libelf/gelf_fsize.3 +++ b/lib/libelf/gelf_fsize.3 @@ -47,6 +47,9 @@ These functions return the size in bytes of the file representation of .Ar count numbers of objects of ELF type .Ar type . +Argument +.Ar type +must be one that has a fixed size file representation. .Pp Functions .Fn elf32_fsize @@ -80,6 +83,10 @@ had an unknown ELF class. Argument .Ar type contained an illegal value. +.It Bq Er ELF_E_ARGUMENT +Argument +.Ar type +denoted an ELF type with variable size. .It Bq Er ELF_E_UNIMPL Support for ELF type .Ar type |
