diff options
Diffstat (limited to 'lib/libc/sys/modfind.2')
-rw-r--r-- | lib/libc/sys/modfind.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/modfind.2 b/lib/libc/sys/modfind.2 index c1ac0c6..955aa7a 100644 --- a/lib/libc/sys/modfind.2 +++ b/lib/libc/sys/modfind.2 @@ -64,6 +64,7 @@ The data required for this operation could not be read from the kernel space. The file specified is not loaded in the kernel. .El .Sh SEE ALSO +.Xr kldfind 2 , .Xr kldfirstmod 2 , .Xr kldload 2 , .Xr kldnext 2 , @@ -72,7 +73,8 @@ The file specified is not loaded in the kernel. .Xr modfnext 2 , .Xr modnext 2 , .Xr modstat 2 , -.Xr kld 4 +.Xr kld 4 , +.Xr kldstat 8 .Sh HISTORY The .Nm kld |