aboutsummaryrefslogtreecommitdiff
path: root/lib/libelf
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2009-01-05 05:14:26 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2009-01-05 05:14:26 +0000
commit175efc49f4272e767215b51f44d5a005a60b2497 (patch)
tree1739735e20e02dd4b7fe1aad78c49ecd0ecec9d7 /lib/libelf
parent1259994283d5181e40238e6b170d58ac16049d68 (diff)
downloadsrc-175efc49f4272e767215b51f44d5a005a60b2497.tar.gz
src-175efc49f4272e767215b51f44d5a005a60b2497.zip
Add a README.
Notes
Notes: svn path=/head/; revision=186758
Diffstat (limited to 'lib/libelf')
-rw-r--r--lib/libelf/README12
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/