1186758Sjkoshy# $FreeBSD$
2186758Sjkoshy# $NetBSD$
3186758Sjkoshy
4186758Sjkoshylibelf: a BSD-licensed implementation of the ELF(3)/GELF(3) API.
5186758Sjkoshy
6186758SjkoshyDocumentation:
7186758Sjkoshy * Manual page elf.3 contains an overview of the library.  Other
8186758Sjkoshy   manual pages document individual APIs in the library.
9186758Sjkoshy * A tutorial "libelf by Example" is available at:
10186758Sjkoshy   http://people.freebsd.org/~jkoshy/download/libelf/article.html
11186758Sjkoshy	
12186758SjkoshyFor ongoing development please see http://elftoolchain.sourceforge.net/
13