From be42c56328f62acaa6312aa044599cba8c527e03 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Fri, 7 Dec 2001 13:18:28 +0000 Subject: [PATCH] Fix typo: 'fragement' -> 'fragment' --- sbin/newfs/newfs.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 907a83d93199..c655fb0a1ae7 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -276,7 +276,7 @@ bad sector allocation. Creates a new ufs file system on .Pa ad3s1a . .Nm -will use a block size of 16384 bytes, a fragement size of 2048 bytes +will use a block size of 16384 bytes, a fragment size of 2048 bytes and the largest possible number of cylinders per group. These values tend to produce better performance than the defaults for most applications.