Date: Wed, 17 May 2023 10:05:33 GMT From: Zhenlei Huang <zlei@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: c0612a203c92 - stable/12 - elf.5: Fix conjugation of holds Message-ID: <202305171005.34HA5Xs1056930@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=c0612a203c92604d96cdac256b88d386cbe4bea7 commit c0612a203c92604d96cdac256b88d386cbe4bea7 Author: Zhenlei Huang <zlei@FreeBSD.org> AuthorDate: 2023-04-25 10:21:52 +0000 Commit: Zhenlei Huang <zlei@FreeBSD.org> CommitDate: 2023-05-17 10:02:49 +0000 elf.5: Fix conjugation of holds MFC after: 1 week (cherry picked from commit 6f96b5487f4359199ceb8339d2d7063e2249f538) (cherry picked from commit 4d7d39b0f20874cda49771067f92e129840976fc) --- share/man/man5/elf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5 index df051adbf873..dad4fd79e87a 100644 --- a/share/man/man5/elf.5 +++ b/share/man/man5/elf.5 @@ -1020,7 +1020,7 @@ This section is of type The attribute used is .Sy SHF_ALLOC . .It .rodata1 -This section hold read-only data that typically contributes to a +This section holds read-only data that typically contributes to a non-writable segment in the process image. This section is of type .Sy SHT_PROGBITS .
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305171005.34HA5Xs1056930>