Documentation: lvcreate should say 'logical volume' (RHBZ#582953)
authorRichard Jones <rjones@redhat.com>
Sat, 17 Apr 2010 11:13:23 +0000 (12:13 +0100)
committerRichard Jones <rjones@redhat.com>
Tue, 20 Apr 2010 07:41:23 +0000 (08:41 +0100)
(cherry picked from commit e64c1e5aacd605ea177972e56ede5be22ae13d4f)

src/generator.ml

index 00fa1fc..f95b11f 100755 (executable)
@@ -1473,9 +1473,9 @@ from the non-empty list of physical volumes C<physvols>.");
        ["lvs"]],
       ["/dev/VG1/LV1"; "/dev/VG1/LV2";
        "/dev/VG2/LV3"; "/dev/VG2/LV4"; "/dev/VG2/LV5"])],
-   "create an LVM volume group",
+   "create an LVM logical volume",
    "\
-This creates an LVM volume group called C<logvol>
+This creates an LVM logical volume called C<logvol>
 on the volume group C<volgroup>, with C<size> megabytes.");
 
   ("mkfs", (RErr, [String "fstype"; Device "device"]), 42, [],