]> sourceware.org Git - lvm2.git/commitdiff
Cleanup sentences of the example provided in the vgimportclone man page
authorMike Snitzer <snitzer@redhat.com>
Wed, 23 Jun 2010 14:15:55 +0000 (14:15 +0000)
committerMike Snitzer <snitzer@redhat.com>
Wed, 23 Jun 2010 14:15:55 +0000 (14:15 +0000)
(motivated by a patch that Debian was carrying).

man/vgimportclone.8.in

index ff712db8974bb7252a01a7e23667b781d4472e96..3acecd6621c0fd9d7e5e647f512e7103c0b9c315 100644 (file)
@@ -33,13 +33,12 @@ will not be changed (nor will their associated PVs).
 The LVM2 binary to use.
 Defaults to "lvm".
 .SH EXAMPLES
-If origin VG
-.B test_vg 
-has PVs 
+The origin VG
+.B test_vg
+has origin PVs
 .BR /dev/loop0 " and " /dev/loop1
-and 
-.BR /dev/loop2 " and " /dev/loop3
-are respective snapshot PVs of the origin PVs.
+and the respective snapshot PVs are
+.BR /dev/loop2 " and " /dev/loop3 "."
 To rename the VG
 associated with
 .BR /dev/loop2 " and " /dev/loop3
@@ -47,7 +46,7 @@ from
 .B test_vg
 to
 .B test_vg_snap
-(and change associated VG and PV UUIDs):
+(and to change associated VG and PV UUIDs) do:
 .nf
 
 \      vgimportclone --basevgname test_vg_snap /dev/loop2 /dev/loop3
This page took 0.0642 seconds and 5 git commands to generate.