From 2fee95c7041e84f2d4efe686a418f2d23e90f28f Mon Sep 17 00:00:00 2001 From: Chen Hanxiao Date: Sun, 9 Feb 2014 21:12:33 +0800 Subject: [PATCH] man: fix typos in virt-xml man page s/unsed/used s/Propertys/Properties Signed-off-by: Chen Hanxiao --- man/virt-xml.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/virt-xml.pod b/man/virt-xml.pod index b99ccb97..44f63534 100644 --- a/man/virt-xml.pod +++ b/man/virt-xml.pod @@ -228,7 +228,7 @@ These options alter the XML for a single class of XML elements. More complete do Generally these options map pretty straightforwardly to the libvirt XML, documented at L -Option strings are in the format of: --option opt=val,opt2=val2,... example: --disk path=/tmp/foo,shareable=on. Propertys can be unsed with '--option opt=,', so to clear a disks cache setting you could use '--disk cache=,' +Option strings are in the format of: --option opt=val,opt2=val2,... example: --disk path=/tmp/foo,shareable=on. Properties can be used with '--option opt=,', so to clear a disks cache setting you could use '--disk cache=,' Every XML option has a special value 'clearxml=yes'. When combined with --edit, it will completely blank out the XML block being edited before applying the requested changes. This allows completely rebuilding an XML block. See EXAMPLES for some usage.