Module Name: src
Committed By: thorpej
Date: Mon Dec 21 18:27:48 UTC 2009
Modified Files:
src/external/bsd/libelf/dist: elf.3
Log Message:
Note when this appeared in NetBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/libelf/dist/elf.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/libelf/dist/elf.3
diff -u src/external/bsd/libelf/dist/elf.3:1.1.1.1 src/external/bsd/libelf/dist/elf.3:1.2
--- src/external/bsd/libelf/dist/elf.3:1.1.1.1 Sat Dec 19 05:43:39 2009
+++ src/external/bsd/libelf/dist/elf.3 Mon Dec 21 18:27:48 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: elf.3,v 1.1.1.1 2009/12/19 05:43:39 thorpej Exp $
+.\" $NetBSD: elf.3,v 1.2 2009/12/21 18:27:48 thorpej Exp $
.\"
.\" Copyright (c) 2006,2007 Joseph Koshy. All rights reserved.
.\"
@@ -573,8 +573,10 @@
.Xr elf 5
.Sh HISTORY
The original ELF(3) API was developed for Unix System V.
-The current implementation of the ELF(3) API appeared in
-.Fx 7.0 .
+This implementation first appeared in
+.Fx 7.0
+and
+.Nx 6.0 .
.Sh AUTHORS
The ELF library was written by
.An "Joseph Koshy"