From owner-cvs-all@FreeBSD.ORG Sat Feb 25 00:47:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 3474216A420; Sat, 25 Feb 2006 00:47:54 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4FCD43D45; Sat, 25 Feb 2006 00:47:53 +0000 (GMT) (envelope-from rodrigc@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 k1P0lrIe050338; Sat, 25 Feb 2006 00:47:53 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1P0lr1m050337; Sat, 25 Feb 2006 00:47:53 GMT (envelope-from rodrigc) Message-Id: <200602250047.k1P0lr1m050337@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 25 Feb 2006 00:47:53 +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/sbin/mount mount.8 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: Sat, 25 Feb 2006 00:47:54 -0000 rodrigc 2006-02-25 00:47:53 UTC FreeBSD src repository Modified files: sbin/mount mount.8 Log: Update text to reflect that: - mount(8) now calls the nmount(2) system call directly, not mount(2) - specifying a filesystem type with -t will not automatically invoke an external /sbin/mount_XXXX program....this only happens for certain file system types. For all other file system types, nmount(2) is called directly. Revision Changes Path 1.75 +31 -9 src/sbin/mount/mount.8