diff options
author | gjb <gjb@FreeBSD.org> | 2010-09-14 12:12:07 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2010-09-14 12:12:07 +0000 |
commit | e687b4009f69e97c6a7d3186844737d3b7ef91b2 (patch) | |
tree | c4282b55bb248297fec23a312d9123a1168f743b /sbin/newfs | |
parent | 65239d84e5fb0e9cd1fd62e94ba4f044528639e2 (diff) | |
download | FreeBSD-src-e687b4009f69e97c6a7d3186844737d3b7ef91b2.zip FreeBSD-src-e687b4009f69e97c6a7d3186844737d3b7ef91b2.tar.gz |
Synchronize newfs(8) manual with code.
PR: 61716
Submitted by: Radim Kolar <hsn at netmag cz>
Patch by: arundel
Approved by: keramida (mentor)
MFC after: 1 week
Diffstat (limited to 'sbin/newfs')
-rw-r--r-- | sbin/newfs/newfs.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index f49a730..10631f9 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -28,7 +28,7 @@ .\" @(#)newfs.8 8.6 (Berkeley) 5/3/95 .\" $FreeBSD$ .\" -.Dd March 21, 2008 +.Dd September 14, 2010 .Dt NEWFS 8 .Os .Sh NAME @@ -125,8 +125,9 @@ and the number of bytes per inode. .It Fl d Ar max-extent-size The file system may choose to store large files using extents. This parameter specifies the largest extent size that may be used. -It is presently limited to its default value which is 16 times -the file system blocksize. +The default value is the file system blocksize. +It is presently limited to a maximum value of 16 times the +file system blocksize and a minimum value of the file system blocksize. .It Fl e Ar maxbpg Indicate the maximum number of blocks any single file can allocate out of a cylinder group before it is forced to begin |