Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2010 23:40:03 GMT
From:      Alexander Best <arundel@freebsd.org>
To:        freebsd-fs@FreeBSD.org
Subject:   Re: docs/61716: newfs(8) code and manpage are out of sync
Message-ID:  <201008202340.o7KNe3ur080755@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/61716; it has been noted by GNATS.

From: Alexander Best <arundel@freebsd.org>
To: bug-followup@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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008202340.o7KNe3ur080755>