diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/kldunload.2 | 6 |
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 , |