btrfs-progs: mkfs.btrfs man page: update default metadata blocksize
authorRakesh Pandit <rakesh@tuxera.com>
Mon, 24 Feb 2014 15:08:11 +0000 (17:08 +0200)
committerChris Mason <clm@fb.com>
Fri, 21 Mar 2014 13:23:24 +0000 (06:23 -0700)
Since commit c652e4ef changes default metadata blocksize, update
corresponding options in man page.

Signed-off-by: Rakesh Pandit <rakesh@tuxera.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>
man/mkfs.btrfs.8.in

index b54e935..dabeb62 100644 (file)
@@ -47,10 +47,10 @@ there is a filesystem or partition table on the device already.
 .TP
 \fB\-n\fR, \fB\-\-nodesize \fIsize\fR
 \fB\-l\fR, \fB\-\-leafsize \fIsize\fR
-Specify the nodesize, the tree block size in which btrfs stores data. The
-default value is the page size. Must be a multiple of the sectorsize, but
-not larger than 65536. Leafsize always equals nodesize and the options are
-aliases.
+Specify the nodesize, the tree block size in which btrfs stores
+data. The default value is 16KB (16384) or the page size, whichever is
+bigger. Must be a multiple of the sectorsize, but not larger than
+65536. Leafsize always equals nodesize and the options are aliases.
 .TP
 \fB\-L\fR, \fB\-\-label \fIname\fR
 Specify a label for the filesystem.