The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=3fee738c4e1e1448609264ae76efc9187455e461
commit 3fee738c4e1e1448609264ae76efc9187455e461 Author: James Mintram <m...@jamesrm.com> AuthorDate: 2025-07-01 08:11:32 +0000 Commit: Alexander Ziaee <zi...@freebsd.org> CommitDate: 2025-07-03 19:31:51 +0000 firmware.9: Fix minor grammar typos MFC after: 3 days Reviewed by: ziaee Closes: https://github.com/freebsd/freebsd-src/pull/1749 --- share/man/man9/firmware.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/firmware.9 b/share/man/man9/firmware.9 index f324861248d2..43f965a20fb7 100644 --- a/share/man/man9/firmware.9 +++ b/share/man/man9/firmware.9 @@ -201,7 +201,7 @@ whether compiled in, or preloaded by or manually loaded with .Xr kldload 8 . However, a system can implement additional mechanisms to bring -these images in memory before calling +these images into memory before calling .Fn firmware_register . .Pp When @@ -347,7 +347,7 @@ If .Fa imagename matches the trailing subpath of a registered image with a full path, that image is returned. .It -he kernel linker searches for a kernel module named +The kernel linker searches for a kernel module named .Fa imagename . If a kernel module is found, it is loaded, and the list of registered firmware images is searched again.