Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Jul 2026 14:10:29 +0000
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 524fb0444f3a - main - fetch.9: fix a typo
Message-ID:  <6a451fd5.3300a.46dcea12@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/src/commit/?id=524fb0444f3ad0f52b6f706267181564e33f9771

commit 524fb0444f3ad0f52b6f706267181564e33f9771
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2026-07-01 14:09:15 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2026-07-01 14:09:15 +0000

    fetch.9: fix a typo
    
    Fixes:          a1c52e05f571 ("CHERI: declare fueptr and suptr")
    Effort:         CHERI upstreaming
    Sponsored by:   Innovate UK
---
 share/man/man9/fetch.9 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man9/fetch.9 b/share/man/man9/fetch.9
index a9dd90d81bfb..c29bcccb1407 100644
--- a/share/man/man9/fetch.9
+++ b/share/man/man9/fetch.9
@@ -105,7 +105,7 @@ Fetches a pointer from the user-space address
 and stores the result in the variable pointed by
 .Pa val .
 .Fn fueptr
-preserves the provenance of pointers fetched from users-space
+preserves the provenance of pointers fetched from user-space
 .Pq see Xr memory_model 7 for further information .
 .It Fn fueword
 Fetches a word of data (long) from the user-space address


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a451fd5.3300a.46dcea12>