diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/kldfind.2 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/sys/kldfind.2 b/lib/libc/sys/kldfind.2 index c01ce7d..96be122 100644 --- a/lib/libc/sys/kldfind.2 +++ b/lib/libc/sys/kldfind.2 @@ -59,9 +59,7 @@ fails: .It Bq Er EFAULT The data required for this operation could not be read from the kernel space. .It Bq Er ENOENT -The file specified by -.Va file -does not exist or is not readable. +The file specified is not loaded in the kernel. .Sh SEE ALSO .Xr kldfirstmod 2 , .Xr kldload 2 , |