Author: gjb (doc committer)
Date: Sat Jun 11 00:06:14 2011
New Revision: 222964
URL: http://svn.freebsd.org/changeset/base/222964

Log:
  MFC 186489 [1]:
  
  Document that kldunloadf can return EINVAL.
  
  PR:           125639
  Original commit by:   trhodes [1]

Modified:
  stable/7/lib/libc/sys/kldunload.2
Directory Properties:
  stable/7/lib/libc/   (props changed)
  stable/7/lib/libc/stdtime/   (props changed)

Modified: stable/7/lib/libc/sys/kldunload.2
==============================================================================
--- stable/7/lib/libc/sys/kldunload.2   Fri Jun 10 23:52:53 2011        
(r222963)
+++ stable/7/lib/libc/sys/kldunload.2   Sat Jun 11 00:06:14 2011        
(r222964)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 10, 2008
+.Dd December 25, 2008
 .Dt KLDUNLOAD 2
 .Os
 .Sh NAME
@@ -70,6 +70,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 ,
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to