Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2023 10:22:46 GMT
From:      Zhenlei Huang <zlei@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6f96b5487f43 - main - elf.5: Fix conjugation of holds
Message-ID:  <202304251022.33PAMkUT028932@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=6f96b5487f4359199ceb8339d2d7063e2249f538

commit 6f96b5487f4359199ceb8339d2d7063e2249f538
Author:     Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2023-04-25 10:21:52 +0000
Commit:     Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2023-04-25 10:21:52 +0000

    elf.5: Fix conjugation of holds
    
    MFC after:      1 week
---
 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 9a004bb3d08a..d449355451dd 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?202304251022.33PAMkUT028932>