man: fix a typo in virt-install.pod

s/libvirt/Libvirt

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
Chen Hanxiao 2014-03-14 15:55:39 +08:00
parent 1d3980015a
commit ffe64af9d5
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ Use --blkiotune=? to see a list of all available sub options. Complete details a
Configure the CPU model and CPU features exposed to the guest. The only
required value is MODEL, which is a valid CPU model as known to libvirt.
libvirt's feature policy values force, require, optional, disable, or forbid,
Libvirt's feature policy values force, require, optional, disable, or forbid,
or with the shorthand '+feature' and '-feature', which equal 'force=feature'
and 'disable=feature' respectively