summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2008-12-25 09:15:31 +0000
committertrhodes <trhodes@FreeBSD.org>2008-12-25 09:15:31 +0000
commit363cfe271a15f3e5f560f9b61ee5d722b20fd55f (patch)
tree4a3ca9bf4af8e44aba2ff9934a7f2c95e6e2efb9 /lib
parenteee0b0af37a4e6c930723b74c3f0e62b48b0707c (diff)
downloadFreeBSD-src-363cfe271a15f3e5f560f9b61ee5d722b20fd55f.zip
FreeBSD-src-363cfe271a15f3e5f560f9b61ee5d722b20fd55f.tar.gz
Document that kldunloadf can return EINVAL.
PR: 125639
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/kldunload.26
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/sys/kldunload.2 b/lib/libc/sys/kldunload.2
index 27e8c55..d1c259b 100644
--- a/lib/libc/sys/kldunload.2
+++ b/lib/libc/sys/kldunload.2
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 10, 2008
+.Dd December 25, 2008
.Dt KLDUNLOAD 2
.Os
.Sh NAME
@@ -69,6 +69,10 @@ You do not have access to unlink the file from the kernel.
The file was not found.
.It Bq Er EBUSY
You attempted to unload a file linked by the kernel.
+.It Bq Er EINVAL
+The
+.Fn kldunloadf
+system call was passed invalid flags.
.El
.Sh SEE ALSO
.Xr kldfind 2 ,
OpenPOWER on IntegriCloud