git: c0612a203c92 - stable/12 - elf.5: Fix conjugation of holds

From: Zhenlei Huang <zlei_at_FreeBSD.org>
Date: Wed, 17 May 2023 10:05:33 UTC
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 .