From: Richard Jones Date: Sat, 17 Apr 2010 11:13:23 +0000 (+0100) Subject: Documentation: lvcreate should say 'logical volume' (RHBZ#582953) X-Git-Tag: 1.2.3~18 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=001d495f38e9677cf7832d8b144b32cd3a07c238;p=libguestfs.git Documentation: lvcreate should say 'logical volume' (RHBZ#582953) (cherry picked from commit e64c1e5aacd605ea177972e56ede5be22ae13d4f) --- diff --git a/src/generator.ml b/src/generator.ml index 00fa1fc..f95b11f 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -1473,9 +1473,9 @@ from the non-empty list of physical volumes C."); ["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 +This creates an LVM logical volume called C on the volume group C, with C megabytes."); ("mkfs", (RErr, [String "fstype"; Device "device"]), 42, [],