This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/man vgimportclone.8.in


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	snitzer@sourceware.org	2010-06-23 14:15:58

Modified files:
	man            : vgimportclone.8.in 

Log message:
	Cleanup sentences of the example provided in the vgimportclone man page
	(motivated by a patch that Debian was carrying).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/man/vgimportclone.8.in.diff?cvsroot=lvm2&r1=1.1&r2=1.2

--- LVM2/man/vgimportclone.8.in	2009/05/14 16:46:13	1.1
+++ LVM2/man/vgimportclone.8.in	2010/06/23 14:15:55	1.2
@@ -33,13 +33,12 @@
 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 @@
 .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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]