diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 2009-01-05 05:14:26 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2009-01-05 05:14:26 +0000 |
| commit | 175efc49f4272e767215b51f44d5a005a60b2497 (patch) | |
| tree | 1739735e20e02dd4b7fe1aad78c49ecd0ecec9d7 | |
| parent | 1259994283d5181e40238e6b170d58ac16049d68 (diff) | |
Notes
| -rw-r--r-- | lib/libelf/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libelf/README b/lib/libelf/README new file mode 100644 index 000000000000..726fcc92e4eb --- /dev/null +++ b/lib/libelf/README @@ -0,0 +1,12 @@ +# $FreeBSD$ +# $NetBSD$ + +libelf: a BSD-licensed implementation of the ELF(3)/GELF(3) API. + +Documentation: + * Manual page elf.3 contains an overview of the library. Other + manual pages document individual APIs in the library. + * A tutorial "libelf by Example" is available at: + http://people.freebsd.org/~jkoshy/download/libelf/article.html + +For ongoing development please see http://elftoolchain.sourceforge.net/ |
