diff options
author | 2021-02-27 18:58:59 +0000 | |
---|---|---|
committer | 2021-02-27 18:58:59 +0000 | |
commit | a75166266667fc96437907849af42b53764caa0e (patch) | |
tree | bb67a5975a34676f2004dbf599d2ab13a7c4d582 | |
parent | fix NAME; (diff) | |
download | wireguard-openbsd-a75166266667fc96437907849af42b53764caa0e.tar.xz wireguard-openbsd-a75166266667fc96437907849af42b53764caa0e.zip |
remove some info related to compat;
tweaked by deraadt
ok kettenis deraadt
-rw-r--r-- | share/man/man5/elf.5 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5 index d22279f6738..eed84da9059 100644 --- a/share/man/man5/elf.5 +++ b/share/man/man5/elf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: elf.5,v 1.37 2019/12/01 13:10:51 jsg Exp $ +.\" $OpenBSD: elf.5,v 1.38 2021/02/27 18:58:59 jmc 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: December 1 2019 $ +.Dd $Mdocdate: February 27 2021 $ .Dt ELF 5 .Os .Sh NAME @@ -1026,10 +1026,9 @@ This section is of type .Dv SHT_NOTE . No attribute types are used. .Ox -native executables usually contain a +native executables must contain a .Sy .note.openbsd.ident -section to identify themselves, for the kernel to bypass any compatibility -ELF binary emulation tests when loading the file. +section to identify themselves. .It .plt This section holds the procedure linkage table. This section is of type |