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.3.4~19 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=e64c1e5aacd605ea177972e56ede5be22ae13d4f Documentation: lvcreate should say 'logical volume' (RHBZ#582953) --- diff --git a/src/generator.ml b/src/generator.ml index 79a10dd..279272e 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -1478,9 +1478,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, [],