git: 66923ac81ba8 - main - arch.7: Fix a typo in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Oct 2025 13:33:08 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=66923ac81ba8077d2eeb02e49c890a2bfa8ba39f
commit 66923ac81ba8077d2eeb02e49c890a2bfa8ba39f
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 13:11:46 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-26 13:32:42 +0000
arch.7: Fix a typo in the manual page
- s/dereferencable/dereferenceable/
MFC after: 5 days
---
share/man/man7/arch.7 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/man/man7/arch.7 b/share/man/man7/arch.7
index 668f5aa23155..5170a27768b8 100644
--- a/share/man/man7/arch.7
+++ b/share/man/man7/arch.7
@@ -76,7 +76,7 @@ Pointers should not be cast to
or
.Vt size_t
if they will later be cast back to a pointer that is expected to be
-dereferencable as they remain bare integer types on all architectures.
+dereferenceable as they remain bare integer types on all architectures.
.Pp
On some architectures, e.g.,
AIM variants of