diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-10-27 08:36:43 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-10-27 08:36:43 +0000 |
commit | 50dddea8dc8e7bcc9d51d18c6ecc5e4ed81df1ca (patch) | |
tree | fc41a01255ab587b3393d2c71fda38b905fe73a4 /share | |
parent | e0b6a08ce5ebc9c638a88f567a43e33f42a20228 (diff) |
Mention <elf.h> rather than <elf_abi.h> which is not portable.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/elf.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5 index b98cb39da3f..9c868ad5a85 100644 --- a/share/man/man5/elf.5 +++ b/share/man/man5/elf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: elf.5,v 1.33 2016/09/17 17:39:34 jasper Exp $ +.\" $OpenBSD: elf.5,v 1.34 2017/10/27 08:36:42 mpi Exp $ .\"Copyright (c) 1999 Jeroen Ruigrok van der Werven .\"All rights reserved. .\" @@ -25,17 +25,17 @@ .\" .\" $FreeBSD: src/share/man/man5/elf.5,v 1.21 2001/10/01 16:09:23 ru Exp $ .\" -.Dd $Mdocdate: September 17 2016 $ +.Dd $Mdocdate: October 27 2017 $ .Dt ELF 5 .Os .Sh NAME .Nm elf .Nd format of ELF executable binary files .Sh SYNOPSIS -.In elf_abi.h +.In elf.h .Sh DESCRIPTION The header file -.In elf_abi.h +.In elf.h defines the format of ELF executable binary files. Amongst these files are normal executable files, relocatable object files, core files and shared @@ -52,7 +52,7 @@ the file. .Pp Applications which wish to process ELF binary files for their native architecture only should include -.In elf_abi.h +.In elf.h in their source code. These applications should need to refer to all the types and structures by their generic names |