diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2026-07-01 14:09:15 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2026-07-01 14:09:15 +0000 |
| commit | 524fb0444f3ad0f52b6f706267181564e33f9771 (patch) | |
| tree | 3e9897f3726fd3d3ba56d4d579826a511724d9d1 | |
| parent | 17602eb3eae95a53c973a5ceb4fc3134a770e8d6 (diff) | |
fetch.9: fix a typo
Fixes: a1c52e05f571 ("CHERI: declare fueptr and suptr")
Effort: CHERI upstreaming
Sponsored by: Innovate UK
| -rw-r--r-- | share/man/man9/fetch.9 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
