diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-12-07 13:18:28 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-12-07 13:18:28 +0000 |
commit | 1ed953f62571b5e737c91bf2fafd3797cff8cfd7 (patch) | |
tree | 3be431d83dc5da284e03196d385e5bac6af89e21 /sbin/newfs | |
parent | 390c42cd50e6e4b952e75b4bc3b3fe2a1301722c (diff) | |
download | FreeBSD-src-1ed953f62571b5e737c91bf2fafd3797cff8cfd7.zip FreeBSD-src-1ed953f62571b5e737c91bf2fafd3797cff8cfd7.tar.gz |
Fix typo: 'fragement' -> 'fragment'
Diffstat (limited to 'sbin/newfs')
-rw-r--r-- | sbin/newfs/newfs.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 907a83d..c655fb0 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. |