From owner-cvs-all@FreeBSD.ORG Mon Mar 10 09:54:13 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE04E106566B; Mon, 10 Mar 2008 09:54:13 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A7CC18FC16; Mon, 10 Mar 2008 09:54:13 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2A9sD9c069287; Mon, 10 Mar 2008 09:54:13 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2A9sDHZ069286; Mon, 10 Mar 2008 09:54:13 GMT (envelope-from rwatson) Message-Id: <200803100954.m2A9sDHZ069286@repoman.freebsd.org> From: Robert Watson Date: Mon, 10 Mar 2008 09:54:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys Makefile.inc kldunload.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 09:54:13 -0000 rwatson 2008-03-10 09:54:13 UTC FreeBSD src repository Modified files: lib/libc/sys Makefile.inc kldunload.2 Log: Add reference to kldunloadf system call, which was previously not mentioned in the kldunload(2) man page. MFC after: 3 days Spotted by: rink Revision Changes Path 1.129 +1 -0 src/lib/libc/sys/Makefile.inc 1.19 +14 -1 src/lib/libc/sys/kldunload.2