From c56ea79de06adf49e8bb64aba631ab1dc2241a78 Mon Sep 17 00:00:00 2001 From: jkoshy Date: Mon, 5 Jan 2009 05:14:26 +0000 Subject: Add a README. --- lib/libelf/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/libelf/README (limited to 'lib/libelf') diff --git a/lib/libelf/README b/lib/libelf/README new file mode 100644 index 0000000..726fcc9 --- /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/ -- cgit v1.1