Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jan 2009 05:14:26 +0000 (UTC)
From:      Joseph Koshy <jkoshy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186758 - head/lib/libelf
Message-ID:  <200901050514.n055EQsG085692@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901050514.n055EQsG085692>