block: live snapshot documentation tweaks
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 26 Sep 2012 14:34:29 +0000 (16:34 +0200)
committerLuiz Capitulino <lcapitulino@redhat.com>
Thu, 27 Sep 2012 12:53:17 +0000 (09:53 -0300)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
qapi-schema.json

index 28d8815df8a4cda2b00905fc6dba6d6e24ece214..f4c21855cfabe783ce383e5ea39c2238a8fcf5d9 100644 (file)
 # @format: #optional the format of the snapshot image, default is 'qcow2'.
 #
 # @mode: #optional whether and how QEMU should create a new image, default is
-# 'absolute-paths'.
+#        'absolute-paths'.
 ##
 { 'type': 'BlockdevSnapshot',
   'data': { 'device': 'str', 'snapshot-file': 'str', '*format': 'str',
 # @format: #optional the format of the snapshot image, default is 'qcow2'.
 #
 # @mode: #optional whether and how QEMU should create a new image, default is
-# 'absolute-paths'.
+#        'absolute-paths'.
 #
 # Returns: nothing on success
 #          If @device is not a valid block device, DeviceNotFound