From owner-svn-src-head@FreeBSD.ORG Fri Jan 2 17:25:19 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2ACF106564A; Fri, 2 Jan 2009 17:25:19 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (lor.one-eyed-alien.net [69.66.77.232]) by mx1.freebsd.org (Postfix) with ESMTP id 3C3378FC17; Fri, 2 Jan 2009 17:25:18 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.14.3/8.14.2) with ESMTP id n02GuqvS022082; Fri, 2 Jan 2009 10:56:52 -0600 (CST) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.14.3/8.14.3/Submit) id n02GuqIV022081; Fri, 2 Jan 2009 10:56:52 -0600 (CST) (envelope-from brooks) Date: Fri, 2 Jan 2009 10:56:52 -0600 From: Brooks Davis To: Tom Rhodes Message-ID: <20090102165652.GA8152@lor.one-eyed-alien.net> References: <200812231335.mBNDZRBZ003693@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline In-Reply-To: <200812231335.mBNDZRBZ003693@svn.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (lor.one-eyed-alien.net [127.0.0.1]); Fri, 02 Jan 2009 10:56:52 -0600 (CST) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r186429 - head/sbin/mount_msdosfs X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2009 17:25:20 -0000 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 23, 2008 at 01:35:27PM +0000, Tom Rhodes wrote: > Author: trhodes > Date: Tue Dec 23 13:35:26 2008 > New Revision: 186429 > URL: http://svn.freebsd.org/changeset/base/186429 >=20 > Log: > Document the "-o large" option. > =20 > PR: 129792 >=20 > Modified: > head/sbin/mount_msdosfs/mount_msdosfs.8 >=20 > Modified: head/sbin/mount_msdosfs/mount_msdosfs.8 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sbin/mount_msdosfs/mount_msdosfs.8 Tue Dec 23 13:09:17 2008 (r18= 6428) > +++ head/sbin/mount_msdosfs/mount_msdosfs.8 Tue Dec 23 13:35:26 2008 (r18= 6429) > @@ -30,7 +30,7 @@ > .\" > .\" $FreeBSD$ > .\" > -.Dd April 7, 1994 > +.Dd December 23, 2008 > .Dt MOUNT_MSDOSFS 8 > .Os > .Sh NAME > @@ -73,6 +73,11 @@ as described in > .Xr mount 8 . > The following MSDOS file system-specific options are available: > .Bl -tag -width indent > +.It Cm large > +Support file systems larger than 128 gigabytes at the expense > +of 32 bytes of kernel memory. The second half of this sentence doesn't make sense. If it's 32-bytes per file system, that's not worth mentioning since the mount table entry is going to be a bigger than that. Presumably there's a missing qualifier like "per file opened" or something. > +This memory will not be reclaimed until the file system has > +been unmounted. > .It Cm longnames > Force Windows 95 long filenames to be visible. > .It Cm shortnames -- Brooks --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iD8DBQFJXkdTXY6L6fI4GtQRAspMAJ9GyZuIQNKzW03YuEcI+UgTzZMA0ACgkURw Bj/5LoOnElj4/0AfU5y96Vw= =OYAx -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi--