diff options
author | chris <chris@FreeBSD.org> | 1999-11-14 18:15:33 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 1999-11-14 18:15:33 +0000 |
commit | 6b4352eb7fcff4ed67d91eee3c2e676274fd53dd (patch) | |
tree | 3949914125d7cc803ca1e12f89800e842a27feff /lib/libc | |
parent | 7fc88e0c06582879c42d812fa903ef0ac9631e69 (diff) | |
download | FreeBSD-src-6b4352eb7fcff4ed67d91eee3c2e676274fd53dd.zip FreeBSD-src-6b4352eb7fcff4ed67d91eee3c2e676274fd53dd.tar.gz |
Properly document what ENOENT really means for kldfind(2).
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 , |