summaryrefslogtreecommitdiffstats
path: root/man/vgcreate.8.in
diff options
context:
space:
mode:
authorMike Snitzer <snitzer@redhat.com>2009-07-06 19:13:26 +0000
committerMike Snitzer <snitzer@redhat.com>2009-07-06 19:13:26 +0000
commitc1060e13a75b20699d59106de12ea4fc46356130 (patch)
tree1b25eaf5669f5a96250cb46d1c4782abcbdc9d8e /man/vgcreate.8.in
parentbb6a3a960851adf00bc55e5760cf26af9a0c50be (diff)
downloadlvm2-c1060e13a75b20699d59106de12ea4fc46356130.tar.gz
lvm2-c1060e13a75b20699d59106de12ea4fc46356130.tar.xz
lvm2-c1060e13a75b20699d59106de12ea4fc46356130.zip
Allow commandline sizes to be specified in terms of bytes and sectors.
Update the man pages to document size units uniformly.
Diffstat (limited to 'man/vgcreate.8.in')
-rw-r--r--man/vgcreate.8.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/vgcreate.8.in b/man/vgcreate.8.in
index a53197e0..6a89305e 100644
--- a/man/vgcreate.8.in
+++ b/man/vgcreate.8.in
@@ -17,7 +17,7 @@ vgcreate \- create a volume group
.RB [ -p | \-\-maxphysicalvolumes
.IR MaxPhysicalVolumes ]
.RB [ \-s | \-\-physicalextentsize
-.IR PhysicalExtentSize [ \fBkKmMgGtT\fR ]]
+.IR PhysicalExtentSize [ \fBbBsSkKmMgGtTpPeE\fR ]]
.RB [ \-t | \-\-test ]
.RB [ \-v | \-\-verbose ]
.RB [ \-\-version ]
@@ -66,7 +66,7 @@ for tool performance reasons, you should consider
some use of \fB--metadatacopies 0\fP
as described in \fBpvcreate(8)\fP.
.TP
-.BR \-s ", " \-\-physicalextentsize " " \fIPhysicalExtentSize\fR[\fBkKmMgGtT\fR]
+.BR \-s ", " \-\-physicalextentsize " " \fIPhysicalExtentSize\fR[\fBbBsSkKmMgGtTpPeE\fR]
Sets the physical extent size on physical volumes of this volume group.
A size suffix (k for kilobytes up to t for terabytes) is optional, megabytes
is the default if no suffix is present.