diff options
author | 2016-09-07 07:14:50 +0000 | |
---|---|---|
committer | 2016-09-07 07:14:50 +0000 | |
commit | 8a37d0a92e77a2090615da5486623bf9493fc7ca (patch) | |
tree | 8928cac0bc5a8b6ddc4fa2f9408a624355c8d43d /share/man/man5 | |
parent | Clarify what it means when PT_OPENBSD_RANDOMIZE and PT_GNU_RELRO segments (diff) | |
download | wireguard-openbsd-8a37d0a92e77a2090615da5486623bf9493fc7ca.tar.xz wireguard-openbsd-8a37d0a92e77a2090615da5486623bf9493fc7ca.zip |
Tweak wording on previous
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/elf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5 index 57da785a643..14a239b6704 100644 --- a/share/man/man5/elf.5 +++ b/share/man/man5/elf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: elf.5,v 1.30 2016/09/07 07:13:05 guenther Exp $ +.\" $OpenBSD: elf.5,v 1.31 2016/09/07 07:14:50 guenther Exp $ .\"Copyright (c) 1999 Jeroen Ruigrok van der Werven .\"All rights reserved. .\" @@ -525,8 +525,8 @@ before any code in the object is executed. The memory region specified by a segment of this type may overlap the region specified by a .Dv PT_GNU_RELRO -segment, in which case the intersection will be randomized before -being marked read-only. +segment, in which case the intersection will be filled with random +data before being marked read-only. This segment type may occur more than once in a file, but a limit on the total number of bytes in the segments for an object of no less than 65536 bytes may be imposed. |