From: Shanzhi Yu Date: Fri, 28 Mar 2014 11:38:03 +0000 (+0800) Subject: virsh: man: Fix spelling of parameters for --memspec in snapshot-create-as X-Git-Tag: v1.2.3~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfd2f54cf203bb3854b26fc3ec019f352c994c17;p=thirdparty%2Flibvirt.git virsh: man: Fix spelling of parameters for --memspec in snapshot-create-as https://bugzilla.redhat.com/show_bug.cgi?id=1080859 Snapshot type should be no, internal, or external. --- diff --git a/tools/virsh.pod b/tools/virsh.pod index 20352cb440..ba2da20b31 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -3070,7 +3070,7 @@ is specified, the snapshot will not include vm state. The I<--memspec> option can be used to control whether a checkpoint is internal or external. The I<--memspec> flag is mandatory, followed by a B of the form B<[file=]name[,snapshot=type]>, where -type can be B, B, or B. To include a literal +type can be B, B, or B. To include a literal comma in B, escape it with a second comma. I<--memspec> cannot be used together with I<--disk-only>.