From dcdaad925da1120e56f8b0574c3640c1eb3a3555 Mon Sep 17 00:00:00 2001 From: Remko Lodder Date: Sun, 9 Dec 2007 13:34:10 +0000 Subject: [PATCH] Be more accurate in the maximum filesize, it's 4GB not 4.3GB. Reported by: njl --- sbin/newfs_msdos/newfs_msdos.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/newfs_msdos/newfs_msdos.8 b/sbin/newfs_msdos/newfs_msdos.8 index 253071d5dfb7..0057bf5fd48c 100644 --- a/sbin/newfs_msdos/newfs_msdos.8 +++ b/sbin/newfs_msdos/newfs_msdos.8 @@ -163,7 +163,7 @@ struct bsxbpb { }; .Ed .Sh LIMITATION -The maximum file size is 4.3GB, even if the file system itself is bigger. +The maximum file size is 4GB, even if the file system itself is bigger. .Sh EXIT STATUS Exit status is 0 on success and 1 on error. .Sh EXAMPLES