svn commit: r186768 - head/sbin/mount_msdosfs

Tom Rhodes trhodes at FreeBSD.org
Mon Jan 5 04:10:24 PST 2009


Author: trhodes
Date: Mon Jan  5 12:10:22 2009
New Revision: 186768
URL: http://svn.freebsd.org/changeset/base/186768

Log:
  Add missing qualifier which was missed in the previous commit.
  
  Noticed by:	brooks

Modified:
  head/sbin/mount_msdosfs/mount_msdosfs.8

Modified: head/sbin/mount_msdosfs/mount_msdosfs.8
==============================================================================
--- head/sbin/mount_msdosfs/mount_msdosfs.8	Mon Jan  5 10:43:48 2009	(r186767)
+++ head/sbin/mount_msdosfs/mount_msdosfs.8	Mon Jan  5 12:10:22 2009	(r186768)
@@ -75,7 +75,7 @@ The following MSDOS file system-specific
 .Bl -tag -width indent
 .It Cm large
 Support file systems larger than 128 gigabytes at the expense
-of 32 bytes of kernel memory.
+of 32 bytes of kernel memory for each file on disk.
 This memory will not be reclaimed until the file system has
 been unmounted.
 .It Cm longnames


More information about the svn-src-head mailing list