svn commit: r186758 - head/lib/libelf

Joseph Koshy jkoshy at FreeBSD.org
Sun Jan 4 21:14:27 PST 2009


Author: jkoshy
Date: Mon Jan  5 05:14:26 2009
New Revision: 186758
URL: http://svn.freebsd.org/changeset/base/186758

Log:
  Add a README.

Added:
  head/lib/libelf/README   (contents, props changed)

Added: head/lib/libelf/README
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lib/libelf/README	Mon Jan  5 05:14:26 2009	(r186758)
@@ -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/


More information about the svn-src-all mailing list