Author: remko Date: Fri Jan 28 07:04:01 2011 New Revision: 218009 URL: http://svn.freebsd.org/changeset/base/218009
Log: MFC r174460,174478 Add information about the maximum file size for msdosfs. PR: docs/112935 Submitted by: Julian Stacey <jhs at berklix dot org> Actually this was inspired by the ticket submitted by Julian. MFC After: 3 days PR: docs/112935 Modified: stable/7/sbin/newfs_msdos/newfs_msdos.8 Directory Properties: stable/7/sbin/newfs_msdos/ (props changed) Modified: stable/7/sbin/newfs_msdos/newfs_msdos.8 ============================================================================== --- stable/7/sbin/newfs_msdos/newfs_msdos.8 Fri Jan 28 06:58:14 2011 (r218008) +++ stable/7/sbin/newfs_msdos/newfs_msdos.8 Fri Jan 28 07:04:01 2011 (r218009) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 6, 1998 +.Dd December 8, 2007 .Dt NEWFS_MSDOS 8 .Os .Sh NAME @@ -162,6 +162,9 @@ struct bsxbpb { u_int16_t bkbs; /* [-k] backup boot sector */ }; .Ed +.Sh LIMITATION +The maximum file size is 4GB, even if the file system itself is bigger. +.Ed .Sh EXIT STATUS Exit status is 0 on success and 1 on error. .Sh EXAMPLES _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"