Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2023 09:59:13 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: 4d7d39b0f208 - stable/13 - elf.5: Fix conjugation of holds
Message-ID:  <202305170959.34H9xD5o039328@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by zlei:

URL: https://cgit.FreeBSD.org/src/commit/?id=4d7d39b0f20874cda49771067f92e129840976fc

commit 4d7d39b0f20874cda49771067f92e129840976fc
Author:     Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2023-04-25 10:21:52 +0000
Commit:     Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2023-05-17 09:57:07 +0000

    elf.5: Fix conjugation of holds
    
    MFC after:      1 week
    
    (cherry picked from commit 6f96b5487f4359199ceb8339d2d7063e2249f538)
---
 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 95bc183a1f91..17922c8c0d69 100644
--- a/share/man/man5/elf.5
+++ b/share/man/man5/elf.5
@@ -1022,7 +1022,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?202305170959.34H9xD5o039328>