The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=524fb0444f3ad0f52b6f706267181564e33f9771
commit 524fb0444f3ad0f52b6f706267181564e33f9771 Author: Brooks Davis <[email protected]> AuthorDate: 2026-07-01 14:09:15 +0000 Commit: Brooks Davis <[email protected]> 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
