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>
Sat, 17 Apr 2010 11:13:23 +0000 (12:13 +0100)
src/generator.ml

index 79a10dd..279272e 100755 (executable)
@@ -1478,9 +1478,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, [],