]> sourceware.org Git - lvm2.git/commitdiff
man: show lv name for lvs
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 14 Aug 2014 09:09:30 +0000 (11:09 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 15 Aug 2014 13:06:44 +0000 (15:06 +0200)
Make it more obvious that either just vg name or lv name or path could
be passed as an argument.

man/lvdisplay.8.in
man/lvs.8.in

index ed113dde9d05800148f8756cd1ae1437809a81f5..3232853fcfed9ea229c6d6048d72627e7e268ced 100644 (file)
@@ -18,8 +18,8 @@ lvdisplay \(em display attributes of a logical volume
 .IR hHbBsSkKmMgGtTpPeE ]
 .RB [ \-v | \-\-verbose ]
 .RB [ \-\-version ]
-.RI [ LogicalVolumePath
-.RI [ LogicalVolumePath ...]]
+.RI [ VolumeGroupName | LogicalVolume { Name | Path }
+.RI [ VolumeGroupName | LogicalVolume { Name | Path }\ ...]]
 .br
 
 .B lvdisplay
@@ -50,8 +50,8 @@ lvdisplay \(em display attributes of a logical volume
 .IR hHbBsSkKmMgGtTpPeE ]
 .RB [ \-v | \-\-verbose ]
 .RB [ \-\-version ]
-.RI [ LogicalVolumePath
-.RI [ LogicalVolumePath ...]]
+.RI [ VolumeGroupName | LogicalVolume { Name | Path }
+.RI [ VolumeGroupName | LogicalVolume { Name | Path }\ ...]]
 .SH DESCRIPTION
 lvdisplay allows you to see the attributes of a logical volume
 like size, read/write status, snapshot information etc.
@@ -111,12 +111,12 @@ logical volumes have been created for this original logical volume,
 this command shows a list of all snapshot logical volumes and their
 status (active or inactive) as well:
 .sp
-.B lvdisplay \-v /dev/vg00/lvol2
+.B lvdisplay \-v vg00/lvol2
 
 Shows the attributes of this snapshot logical volume and also which
 original logical volume it is associated with:
 .sp
-.B lvdisplay /dev/vg00/snapshot
+.B lvdisplay vg00/snapshot
 
 .SH SEE ALSO
 .BR lvm (8),
index b7e3eccd9d6f6a455910cd2ba8ef651e2761baa3..3ab41203a91d2ef9cb8fcc3fdfefe3235f35f7cf 100644 (file)
@@ -32,8 +32,8 @@ lvs \(em report information about logical volumes
 .RB [ \-\-unquoted ]
 .RB [ \-v | \-\-verbose ]
 .RB [ \-\-version ]
-.RI [ VolumeGroupName
-.RI [ VolumeGroupName ...]]
+.RI [ VolumeGroupName | LogicalVolume { Name | Path }
+.RI [ VolumeGroupName | LogicalVolume { Name | Path }\ ...]]
 
 .SH DESCRIPTION
 lvs produces formatted output about logical volumes.
This page took 0.040987 seconds and 5 git commands to generate.