Module Name: src
Committed By: joerg
Date: Thu Oct 15 00:59:01 UTC 2009
Modified Files:
src/external/gpl2/lvm2/dist/man: vgrename.8
Log Message:
Fix markup.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/lvm2/dist/man/vgrename.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl2/lvm2/dist/man/vgrename.8
diff -u src/external/gpl2/lvm2/dist/man/vgrename.8:1.2 src/external/gpl2/lvm2/dist/man/vgrename.8:1.3
--- src/external/gpl2/lvm2/dist/man/vgrename.8:1.2 Wed Feb 18 12:16:13 2009
+++ src/external/gpl2/lvm2/dist/man/vgrename.8 Thu Oct 15 00:59:01 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: vgrename.8,v 1.2 2009/02/18 12:16:13 haad Exp $
+.\" $NetBSD: vgrename.8,v 1.3 2009/10/15 00:59:01 joerg Exp $
.\"
.TH VGRENAME 8 "LVM TOOLS 2.02.44-cvs (02-17-09)" "Sistina Software UK" \" -*- nroff -*-
.SH NAME
@@ -24,18 +24,18 @@
.SH Examples
"vgrename /dev/vg02 /dev/my_volume_group" renames existing
volume group "vg02" to "my_volume_group".
-.TP
+.PP
"vgrename vg02 my_volume_group" does the same.
-.TP
+.PP
"vgrename Zvlifi-Ep3t-e0Ng-U42h-o0ye-KHu1-nl7Ns4 VolGroup00_tmp"
changes the name of the Volume Group with UUID
Zvlifi-Ep3t-e0Ng-U42h-o0ye-KHu1-nl7Ns4 to
"VolGroup00_tmp".
-
+.PP
All the Volume Groups visible to a system need to have different
names. Otherwise many LVM2 commands will refuse to run or give
warning messages.
-
+.PP
This situation could arise when disks are moved between machines. If
a disk is connected and it contains a Volume Group with the same name
as the Volume Group containing your root filesystem the machine might
@@ -43,7 +43,6 @@
different UUIDs (unless the disk was cloned) so you can rename
one of the conflicting Volume Groups with
\fBvgrename\fP.
-.TP
.SH SEE ALSO
.BR lvm (8),
.BR vgchange (8),