From owner-svn-src-stable@FreeBSD.ORG Sat Jun 11 00:06:14 2011 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5F69106564A; Sat, 11 Jun 2011 00:06:14 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C59228FC0A; Sat, 11 Jun 2011 00:06:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p5B06EaD049301; Sat, 11 Jun 2011 00:06:14 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p5B06E8i049299; Sat, 11 Jun 2011 00:06:14 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201106110006.p5B06E8i049299@svn.freebsd.org> From: Glen Barber Date: Sat, 11 Jun 2011 00:06:14 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r222964 - stable/7/lib/libc/sys X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2011 00:06:14 -0000 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 ,