mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
o Add missed comma, xref kld(4).
This commit is contained in:
parent
5a3e0a1b99
commit
a07b02ef92
1 changed files with 3 additions and 2 deletions
|
|
@ -76,12 +76,13 @@ call succeeded or returned
|
|||
.Er EEXIST
|
||||
(signifying that the requested module was already loaded).
|
||||
.Sh SEE ALSO
|
||||
.Xr kldfirstmod 2
|
||||
.Xr kldfirstmod 2 ,
|
||||
.Xr kldload 2 ,
|
||||
.Xr kldnext 2 ,
|
||||
.Xr kldstat 2 ,
|
||||
.Xr modfnext 2 ,
|
||||
.Xr modstat 2
|
||||
.Xr modstat 2 ,
|
||||
.Xr kld 4
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn kld_isloaded
|
||||
|
|
|
|||
Loading…
Reference in a new issue