Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2008 09:15:31 +0000 (UTC)
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186489 - head/lib/libc/sys
Message-ID:  <200812250915.mBP9FVUI008592@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812250915.mBP9FVUI008592>