misc: fix spelling
This commit is contained in:
parent
59babfe4d6
commit
0d71a9a7fd
|
@ -31,5 +31,5 @@ dummy-variables-rgx=_+$|(_[a-zA-Z0-9_]*[a-zA-Z0-9]+?$)|dummy|^ignored_|^unused_|
|
||||||
# This is the standard argument regex, with two 'ignore' variations added
|
# This is the standard argument regex, with two 'ignore' variations added
|
||||||
ignored-argument-names=_.*|^ignored_|^unused_|ignore.*|.*_ignore
|
ignored-argument-names=_.*|^ignored_|^unused_|ignore.*|.*_ignore
|
||||||
|
|
||||||
# gettext buitins
|
# gettext builtins
|
||||||
additional-builtins=_,ngettext
|
additional-builtins=_,ngettext
|
||||||
|
|
2
NEWS.md
2
NEWS.md
|
@ -517,7 +517,7 @@ now tunnel connections to the VNC server over SSH. It avoids prompting
|
||||||
for SSH passwords on the console. Handling of VNC connections & retries
|
for SSH passwords on the console. Handling of VNC connections & retries
|
||||||
is made more robust. There is support for changing CDROM media on the
|
is made more robust. There is support for changing CDROM media on the
|
||||||
fly (requires suitably updated libvirt). There is ability to PXE boot
|
fly (requires suitably updated libvirt). There is ability to PXE boot
|
||||||
install fullyvirtualized guests. Connetions to hypervisors are opened
|
install fullyvirtualized guests. Connections to hypervisors are opened
|
||||||
in the background to avoid blocking the whole UI.
|
in the background to avoid blocking the whole UI.
|
||||||
|
|
||||||
## Release 0.5.0
|
## Release 0.5.0
|
||||||
|
|
|
@ -490,7 +490,7 @@ apic, eoi, privnet, and hyperv features. Some examples:
|
||||||
Enable APIC PV EOI
|
Enable APIC PV EOI
|
||||||
|
|
||||||
``--features hyperv.vapic.state=on,hyperv.spinlocks.state=off``
|
``--features hyperv.vapic.state=on,hyperv.spinlocks.state=off``
|
||||||
Enable hypver VAPIC, but disable spinlocks
|
Enable hyperv VAPIC, but disable spinlocks
|
||||||
|
|
||||||
``--features kvm.hidden.state=on``
|
``--features kvm.hidden.state=on``
|
||||||
Allow the KVM hypervisor signature to be hidden from the guest
|
Allow the KVM hypervisor signature to be hidden from the guest
|
||||||
|
@ -589,7 +589,7 @@ INSTALLATION OPTIONS
|
||||||
**Syntax:** ``--cdrom`` PATH
|
**Syntax:** ``--cdrom`` PATH
|
||||||
|
|
||||||
ISO file or CDROM device to use for VM install media. After install,
|
ISO file or CDROM device to use for VM install media. After install,
|
||||||
the the virtual CDROM device will remain attached to the VM, but with
|
the virtual CDROM device will remain attached to the VM, but with
|
||||||
the ISO or host path media ejected.
|
the ISO or host path media ejected.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1233,7 +1233,7 @@ Connect the guest to the host network. Examples for specifying the network type:
|
||||||
can be listed, created, deleted using the ``virsh`` command line tool. In
|
can be listed, created, deleted using the ``virsh`` command line tool. In
|
||||||
an unmodified install of ``libvirt`` there is usually a virtual network
|
an unmodified install of ``libvirt`` there is usually a virtual network
|
||||||
with a name of ``default``. Use a virtual network if the host has dynamic
|
with a name of ``default``. Use a virtual network if the host has dynamic
|
||||||
networking (eg NetworkManager), or using wireless. The guest will be
|
networking (e.g. NetworkManager), or using wireless. The guest will be
|
||||||
NATed to the LAN by whichever connection is active.
|
NATed to the LAN by whichever connection is active.
|
||||||
|
|
||||||
``type=direct,source=IFACE[,source.mode=MODE]``
|
``type=direct,source=IFACE[,source.mode=MODE]``
|
||||||
|
|
|
@ -61,7 +61,7 @@ The following options are accepted when running ``virt-manager``
|
||||||
DIALOG WINDOW OPTIONS
|
DIALOG WINDOW OPTIONS
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
For these options, only the requested window will be shown, the manaer
|
For these options, only the requested window will be shown, the manager
|
||||||
window will not be run in this case. Connection autostart will also
|
window will not be run in this case. Connection autostart will also
|
||||||
be disabled. All these options require specifying a manual ``--connect``
|
be disabled. All these options require specifying a manual ``--connect``
|
||||||
URI.
|
URI.
|
||||||
|
|
|
@ -162,7 +162,7 @@ These options decide what action to take after altering the XML. In the common c
|
||||||
|
|
||||||
|
|
||||||
``--start``
|
``--start``
|
||||||
Start the VM after performing the requeseted changes. If combined with --no-define, this will create transient VM boot with the requested changes.
|
Start the VM after performing the requested changes. If combined with --no-define, this will create transient VM boot with the requested changes.
|
||||||
|
|
||||||
|
|
||||||
``--print-diff``
|
``--print-diff``
|
||||||
|
|
Loading…
Reference in New Issue