mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 18:20:49 -04:00
firmware.9: Fix minor grammar typos
MFC after: 3 days Reviewed by: ziaee Closes: https://github.com/freebsd/freebsd-src/pull/1749
This commit is contained in:
parent
5e213d8a74
commit
3fee738c4e
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue