From owner-cvs-all@FreeBSD.ORG Thu Mar 25 19:26:16 2004 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 25E6316A4CE; Thu, 25 Mar 2004 19:26:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0889443D45; Thu, 25 Mar 2004 19:26:16 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2Q3QFGe030244; Thu, 25 Mar 2004 19:26:15 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2Q3QFLA030243; Thu, 25 Mar 2004 19:26:15 -0800 (PST) (envelope-from rwatson) Message-Id: <200403260326.i2Q3QFLA030243@repoman.freebsd.org> From: Robert Watson Date: Thu, 25 Mar 2004 19:26:15 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mount mount.8 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, 26 Mar 2004 03:26:16 -0000 rwatson 2004/03/25 19:26:15 PST FreeBSD src repository Modified files: sbin/mount mount.8 Log: Correct the definition of the multilabel flag: it enables multilabel MAC support on the file system, if supported, which causes MAC to treat each object as having its own label, rather than using a single label for all objects on the file system. This doesn't have to be used in combination with the tunefs/newfs flags -- it's an alternative. Revision Changes Path 1.66 +8 -3 src/sbin/mount/mount.8