Heinz Mauelshagen 691fcae
diff --git a/man8/thin_metadata_size.8 b/man8/thin_metadata_size.8
Heinz Mauelshagen 691fcae
index 33b36b3..6b00e73 100644
Heinz Mauelshagen 691fcae
--- a/man8/thin_metadata_size.8
Heinz Mauelshagen 691fcae
+++ b/man8/thin_metadata_size.8
Heinz Mauelshagen 691fcae
@@ -1,6 +1,6 @@
Heinz Mauelshagen 691fcae
 .TH THIN_METADATA_SIZE 8 "Thin Provisioning Tools" "Red Hat, Inc." \" -*- nroff -*-
Heinz Mauelshagen 691fcae
 .SH NAME
Heinz Mauelshagen 691fcae
-thin_metadata_size \- thin provisioning metadata file/device size calculator.
Heinz Mauelshagen 691fcae
+thin_metadata_size \- thin provisioning metadata device/file size calculator.
Heinz Mauelshagen 691fcae
 
Heinz Mauelshagen 691fcae
 .SH SYNOPSIS
Heinz Mauelshagen 691fcae
 .B thin_metadata_size
Heinz Mauelshagen 691fcae
@@ -10,13 +10,15 @@ thin_metadata_size \- thin provisioning metadata file/device size calculator.
Heinz Mauelshagen 691fcae
 .B thin_metadata_size
Heinz Mauelshagen 691fcae
 calculates the size of the thin provisioning metadata based on the block size
Heinz Mauelshagen 691fcae
 of the thin provisioned devices, the size of the thin provisioning pool and
Heinz Mauelshagen 691fcae
-the maximum number of all thin prisioned devices and snapshots. Size/number
Heinz Mauelshagen 691fcae
-option arguments can be followed by unit specifiers in short one character
Heinz Mauelshagen 691fcae
-and long form (eg. -b1m or -b1megabytes).
Heinz Mauelshagen 691fcae
+the maximum number of all thin prisioned devices and snapshots.
Heinz Mauelshagen 691fcae
+Because thin provisioning pools are holding widely variable contents, 
Heinz Mauelshagen 691fcae
+this tool is needed to provide sensible initial default size.
Heinz Mauelshagen 691fcae
 
Heinz Mauelshagen 691fcae
 .IP "\fB\-b, \-\-block-size\fP \fIBLOCKSIZE[bskKmMgGtTpPeEzZyY]\fP"
Heinz Mauelshagen 691fcae
 Block size of thin provisioned devices in units of bytes,sectors,kilobytes,kibibytes,... respectively.
Heinz Mauelshagen 691fcae
 Default is in sectors without a block size unit specifier.
Heinz Mauelshagen 691fcae
+Size/number option arguments can be followed by unit specifiers in short one character
Heinz Mauelshagen 691fcae
+and long form (eg. -b1m or -b1megabytes).
Heinz Mauelshagen 691fcae
 
Heinz Mauelshagen 691fcae
 .IP "\fB\-s, \-\-pool-size\fP \fIPOOLSIZE[bskKmMgGtTpPeEzZyY]\fP"
Heinz Mauelshagen 691fcae
 Thin provisioning pool size in units of bytes,sectors,kilobytes,kibibytes,... respectively.