Document that kldunloadf can return EINVAL.

PR:		125639
This commit is contained in:
Tom Rhodes 2008-12-25 09:15:31 +00:00
parent f664dcde7c
commit eaca7c7bc4

View File

@ -25,7 +25,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd March 10, 2008 .Dd December 25, 2008
.Dt KLDUNLOAD 2 .Dt KLDUNLOAD 2
.Os .Os
.Sh NAME .Sh NAME
@ -69,6 +69,10 @@ You do not have access to unlink the file from the kernel.
The file was not found. The file was not found.
.It Bq Er EBUSY .It Bq Er EBUSY
You attempted to unload a file linked by the kernel. You attempted to unload a file linked by the kernel.
.It Bq Er EINVAL
The
.Fn kldunloadf
system call was passed invalid flags.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr kldfind 2 , .Xr kldfind 2 ,