svn commit: r186489 - head/lib/libc/sys
Tom Rhodes
trhodes at FreeBSD.org
Thu Dec 25 09:15:32 UTC 2008
Author: trhodes
Date: Thu Dec 25 09:15:31 2008
New Revision: 186489
URL: http://svn.freebsd.org/changeset/base/186489
Log:
Document that kldunloadf can return EINVAL.
PR: 125639
Modified:
head/lib/libc/sys/kldunload.2
Modified: head/lib/libc/sys/kldunload.2
==============================================================================
--- head/lib/libc/sys/kldunload.2 Thu Dec 25 09:02:55 2008 (r186488)
+++ head/lib/libc/sys/kldunload.2 Thu Dec 25 09:15:31 2008 (r186489)
@@ -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 fil
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 ,
More information about the svn-src-head
mailing list