diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2013-07-09 17:28:11 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2013-07-09 17:28:11 +0000 |
commit | 5ba28edb7193c02f35b1d0dbf40e79bb9b8ef1ae (patch) | |
tree | 1d3a1621b019db6c4f8842b39cc93ae124f00f88 /share/man/man5 | |
parent | 49a44b7d37593daff3d0f3e36a8eb7da504921af (diff) |
Update elf(5) to reflect that we now use ELF on all supported
platforms.
Pointed out by Simon Kuhnle
ok espie, jmc
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/elf.5 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5 index 2f7e865ed8c..03d44a05eaa 100644 --- a/share/man/man5/elf.5 +++ b/share/man/man5/elf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: elf.5,v 1.20 2013/01/17 21:54:18 jmc Exp $ +.\" $OpenBSD: elf.5,v 1.21 2013/07/09 17:28:10 matthew Exp $ .\"Copyright (c) 1999 Jeroen Ruigrok van der Werven .\"All rights reserved. .\" @@ -25,7 +25,7 @@ .\" .\" $FreeBSD: src/share/man/man5/elf.5,v 1.21 2001/10/01 16:09:23 ru Exp $ .\" -.Dd $Mdocdate: January 17 2013 $ +.Dd $Mdocdate: July 9 2013 $ .Dt ELF 5 .Os .Sh NAME @@ -1355,9 +1355,10 @@ Each string is aligned on a 4-byte boundary. .Sh HISTORY .Ox ELF support first appeared in -.Ox 1.2 , -although not all supported platforms use it as the native -binary file format. +.Ox 1.2 . +Starting with +.Ox 5.4 , +all supported platforms use it as the native binary file format. ELF in itself first appeared in .At V . The ELF format is an adopted standard. |