summaryrefslogtreecommitdiff
path: root/sbin/newfs/newfs.8
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/newfs/newfs.8')
-rw-r--r--sbin/newfs/newfs.810
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8
index 2a7c8a01644..7506e5249b2 100644
--- a/sbin/newfs/newfs.8
+++ b/sbin/newfs/newfs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: newfs.8,v 1.55 2007/04/13 20:20:54 jmc Exp $
+.\" $OpenBSD: newfs.8,v 1.56 2007/05/18 19:08:16 otto Exp $
.\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993, 1994
@@ -41,7 +41,7 @@
.Bk -words
.Op Fl Nq
.Op Fl b Ar block-size
-.Op Fl c Ar blocks-per-cylinder-group
+.Op Fl c Ar fragments-per-cylinder-group
.Op Fl e Ar maxbpg
.Op Fl f Ar frag-size
.Op Fl g Ar avgfilesize
@@ -59,7 +59,7 @@
.Nm mount_mfs
.Bk -words
.Op Fl b Ar block-size
-.Op Fl c Ar blocks-per-cylinder-group
+.Op Fl c Ar fragments-per-cylinder-group
.Op Fl e Ar maxbpg
.Op Fl f Ar frag-size
.Op Fl i Ar bytes
@@ -131,8 +131,8 @@ The following options define the general layout policies:
.It Fl b Ar block-size
The block size of the file system, in bytes.
The default is 16KB.
-.It Fl c Ar blocks-per-cylinder-group
-The number of blocks per cylinder group in a file system.
+.It Fl c Ar fragments-per-cylinder-group
+The number of fragments per cylinder group in a file system.
The default is to compute the maximum allowed by the other parameters.
This value is dependent on a number of other parameters,
in particular the block size and the number of bytes per inode.