docs/61716: newfs(8) code and manpage are out of sync

Alexander Best arundel at freebsd.org
Fri Aug 20 23:40:03 UTC 2010


The following reply was made to PR docs/61716; it has been noted by GNATS.

From: Alexander Best <arundel at freebsd.org>
To: bug-followup at freebsd.org
Cc:  
Subject: Re: docs/61716: newfs(8) code and manpage are out of sync
Date: Fri, 20 Aug 2010 23:39:38 +0000

 --opJtzjQTFsWo+cga
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 This patch should sync the newfs code with newfs(8).
 
 cheers.
 alex
 
 -- 
 a13x
 
 --opJtzjQTFsWo+cga
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="newfs.8.diff"
 
 Index: /usr/src/sbin/newfs/newfs.8
 ===================================================================
 --- /usr/src/sbin/newfs/newfs.8	(revision 211393)
 +++ /usr/src/sbin/newfs/newfs.8	(working copy)
 @@ -125,8 +125,9 @@
  .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
 
 --opJtzjQTFsWo+cga--


More information about the freebsd-fs mailing list