Date: Sat, 11 Jun 2011 00:06:14 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r222964 - stable/7/lib/libc/sys Message-ID: <201106110006.p5B06E8i049299@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 ,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106110006.p5B06E8i049299>