summaryrefslogtreecommitdiff
path: root/libelf/README
diff options
context:
space:
mode:
Diffstat (limited to 'libelf/README')
-rw-r--r--libelf/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/libelf/README b/libelf/README
new file mode 100644
index 0000000..a94ff0f
--- /dev/null
+++ b/libelf/README
@@ -0,0 +1,12 @@
+# $FreeBSD: src/lib/libelf/README,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
+# $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/