Note when this appeared in NetBSD.

This commit is contained in:
thorpej 2009-12-21 18:27:48 +00:00
parent aa6d6cf7b8
commit 3f0d4dd15e
1 changed files with 5 additions and 3 deletions

View File

@ -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 @@ descriptor itself.
.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"