Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Nov 2022 21:08:51 GMT
From:      Lorenzo Salvadore <salvadore@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: e81f73c832 - main - 12.4 Release notes: Improve an elfctl entry
Message-ID:  <202211172108.2AHL8pWV010445@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore (ports committer):

URL: https://cgit.FreeBSD.org/doc/commit/?id=e81f73c832fbea1f29dee0212d0df102f158f391

commit e81f73c832fbea1f29dee0212d0df102f158f391
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2022-11-17 21:06:50 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2022-11-17 21:06:50 +0000

    12.4 Release notes: Improve an elfctl entry
    
    Prefer "different from" rather than "different than", as the first
    expression is more common than the latter.
    
    Reported by:    pauamma
    Approved by:    re (gjb, implicit)
---
 website/content/en/releases/12.4R/relnotes.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/content/en/releases/12.4R/relnotes.adoc b/website/content/en/releases/12.4R/relnotes.adoc
index 16a35c9efa..9d7876b621 100644
--- a/website/content/en/releases/12.4R/relnotes.adoc
+++ b/website/content/en/releases/12.4R/relnotes.adoc
@@ -136,7 +136,7 @@ The man:elfctl[1] utility will avoid touching files if no changes are made.
 gitref:e048bd5c0954814f72e04df8b7b7ff183da45a19[repository=src]
 {{< sponsored "The FreeBSD Foundation" >}}
 
-The man:elfctl[1] utility will detect if host endianness is different than target endianness and swap byte order of ELF note fields instead of failing.
+The man:elfctl[1] utility will detect if host endianness is different from target endianness and swap byte order of ELF note fields instead of failing.
 gitref:c7d961a398937a851e3b28fe35f6effda5993405[repository=src]
 {{< sponsored "Stormshield" >}}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211172108.2AHL8pWV010445>