From owner-cvs-all@FreeBSD.ORG Fri Jan 7 10:57:33 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B99C616A4CE; Fri, 7 Jan 2005 10:57:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92B1143D48; Fri, 7 Jan 2005 10:57:33 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j07AvXc4021460; Fri, 7 Jan 2005 10:57:33 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j07AvX6G021459; Fri, 7 Jan 2005 10:57:33 GMT (envelope-from keramida) Message-Id: <200501071057.j07AvX6G021459@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 7 Jan 2005 10:57:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 VFS_MOUNT.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 07 Jan 2005 10:57:33 -0000 keramida 2005-01-07 10:57:33 UTC FreeBSD src repository (doc committer) Modified files: share/man/man9 VFS_MOUNT.9 Log: The VFS_MOUNT() macro expects only 2 arguments in the nmount world (since revision 1.173 of src/sys/sys/mount.h). Update its prototype, the argument list description and bump the date. Revision Changes Path 1.14 +10 -15 src/share/man/man9/VFS_MOUNT.9