From a233a2bd762e1c987581aac295f3fd601f3d1ea4 Mon Sep 17 00:00:00 2001 From: remko Date: Sun, 9 Dec 2007 13:34:10 +0000 Subject: 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(-) (limited to 'sbin') diff --git a/sbin/newfs_msdos/newfs_msdos.8 b/sbin/newfs_msdos/newfs_msdos.8 index 253071d..0057bf5 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 -- cgit v1.1