Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jan 2009 07:10:55 -0500
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        Brooks Davis <brooks@FreeBSD.org>
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r186429 - head/sbin/mount_msdosfs
Message-ID:  <20090105071055.569e16c3.trhodes@FreeBSD.org>
In-Reply-To: <20090102165652.GA8152@lor.one-eyed-alien.net>
References:  <200812231335.mBNDZRBZ003693@svn.freebsd.org> <20090102165652.GA8152@lor.one-eyed-alien.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2 Jan 2009 10:56:52 -0600
Brooks Davis <brooks@FreeBSD.org> wrote:

> 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
> > 
> > Log:
> >   Document the "-o large" option.
> >   
> >   PR:		129792
> > 
> > Modified:
> >   head/sbin/mount_msdosfs/mount_msdosfs.8
> > 
> > Modified: head/sbin/mount_msdosfs/mount_msdosfs.8
> > ==============================================================================
> > --- head/sbin/mount_msdosfs/mount_msdosfs.8	Tue Dec 23 13:09:17 2008	(r186428)
> > +++ head/sbin/mount_msdosfs/mount_msdosfs.8	Tue Dec 23 13:35:26 2008	(r186429)
> > @@ -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.

For each file on disk, I've committed a fix, thanks!

-- 
Tom Rhodes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090105071055.569e16c3.trhodes>