summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>1999-11-14 18:15:33 +0000
committerchris <chris@FreeBSD.org>1999-11-14 18:15:33 +0000
commit6b4352eb7fcff4ed67d91eee3c2e676274fd53dd (patch)
tree3949914125d7cc803ca1e12f89800e842a27feff
parent7fc88e0c06582879c42d812fa903ef0ac9631e69 (diff)
downloadFreeBSD-src-6b4352eb7fcff4ed67d91eee3c2e676274fd53dd.zip
FreeBSD-src-6b4352eb7fcff4ed67d91eee3c2e676274fd53dd.tar.gz
Properly document what ENOENT really means for kldfind(2).
-rw-r--r--lib/libc/sys/kldfind.24
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 ,
OpenPOWER on IntegriCloud