docs: Grammar and spelling fixes

Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
This commit is contained in:
Ville Skyttä 2018-05-03 13:14:19 +02:00 committed by Daniel P. Berrangé
parent 78c5dfab42
commit 1f2f055bc3
16 changed files with 21 additions and 21 deletions

View File

@ -396,7 +396,7 @@ polkit.addRule(function(action, subject) {
To achieve this we need to write a rule which checks To achieve this we need to write a rule which checks
whether the <code>connect_driver</code> attribute whether the <code>connect_driver</code> attribute
is <code>LXC</code> and the <code>domain_name</code> is <code>LXC</code> and the <code>domain_name</code>
attribute is <code>demo</code>, and match on a action attribute is <code>demo</code>, and match on an action
name of <code>org.libvirt.api.domain.getattr</code>. Using name of <code>org.libvirt.api.domain.getattr</code>. Using
the javascript rules format, this ends up written as the javascript rules format, this ends up written as
</p> </p>

View File

@ -155,7 +155,7 @@
</ul> </ul>
</li> </li>
<li><b>Enumeration</b> [virConnectList..., virConnectNumOf...] <li><b>Enumeration</b> [virConnectList..., virConnectNumOf...]
<p>Used to enumerate a set of object available to an given <p>Used to enumerate a set of object available to a given
hypervisor connection such as:</p> hypervisor connection such as:</p>
<ul> <ul>
<li> <li>

View File

@ -80,7 +80,7 @@
and future growth of the project, that there are a people and future growth of the project, that there are a people
who evangalise the work created by the project. This can who evangalise the work created by the project. This can
take many forms, writing blog posts (about usage of features, take many forms, writing blog posts (about usage of features,
personal user experiances, areas for future work, and more), personal user experiences, areas for future work, and more),
syndicating docs and blogs via social media, giving user syndicating docs and blogs via social media, giving user
group and/or conference talks about libvirt.</li> group and/or conference talks about libvirt.</li>
<li><strong>User assistance</strong>. Since documentation <li><strong>User assistance</strong>. Since documentation

View File

@ -457,7 +457,7 @@
(first release in the middle of Jan, then skip the Feb release), giving (first release in the middle of Jan, then skip the Feb release), giving
a total of 11 releases a year. The Python and Perl modules will aim to a total of 11 releases a year. The Python and Perl modules will aim to
release at the same time as the core libvirt module. Other modules have release at the same time as the core libvirt module. Other modules have
independant ad-hoc releases with no fixed time schedle. independent ad-hoc releases with no fixed time schedule.
</p> </p>
<h2><a id="numbering">Release numbering</a></h2> <h2><a id="numbering">Release numbering</a></h2>

View File

@ -239,7 +239,7 @@ to let a guest boot or start a guest using:</p>
<pre>start --console domname</pre> <pre>start --console domname</pre>
<p><b>NB:</b> An bootloader configured to require user interaction will prevent <p><b>NB:</b> A bootloader configured to require user interaction will prevent
the domain from starting (and thus <code>virsh console</code> or <code>start the domain from starting (and thus <code>virsh console</code> or <code>start
--console</code> from functioning) until the user interacts with it manually on --console</code> from functioning) until the user interacts with it manually on
the VM host. Because users typically do not have access to the VM host, the VM host. Because users typically do not have access to the VM host,

View File

@ -437,7 +437,7 @@ ethernet0.checkMACAddress = "false"
<dl> <dl>
<dt><code>auto</code></dt> <dt><code>auto</code></dt>
<dd> <dd>
This isn't a actual controller model. If specified the ESX driver This isn't an actual controller model. If specified the ESX driver
tries to detect the SCSI controller model referenced in the tries to detect the SCSI controller model referenced in the
<code>.vmdk</code> file and use it. Autodetection fails when a <code>.vmdk</code> file and use it. Autodetection fails when a
SCSI controller has multiple disks attached and the SCSI controller SCSI controller has multiple disks attached and the SCSI controller

View File

@ -429,7 +429,7 @@ be considered secure against exploits of the host OS. The sVirt SELinux
driver provides a way to secure containers even when the "user" namespace driver provides a way to secure containers even when the "user" namespace
is not used. The cost is that writing a policy to allow execution of is not used. The cost is that writing a policy to allow execution of
arbitrary OS is not practical. The SELinux sVirt policy is typically arbitrary OS is not practical. The SELinux sVirt policy is typically
tailored to work with an simpler application confinement use case, tailored to work with a simpler application confinement use case,
as provided by the "libvirt-sandbox" project. as provided by the "libvirt-sandbox" project.
</p> </p>

View File

@ -29,7 +29,7 @@ set specifically to a connection with</p>
call it with the error information</li><li>otherwise call <a href="html/libvirt-virterror.html#virDefaultErrorFunc">virDefaultErrorFunc</a> call it with the error information</li><li>otherwise call <a href="html/libvirt-virterror.html#virDefaultErrorFunc">virDefaultErrorFunc</a>
which is the default error function of the library issuing the error which is the default error function of the library issuing the error
on stderr</li><li>save the error in the connection for later retrieval with <a href="html/libvirt-virterror.html#virConnGetLastError">virConnGetLastError</a></li></ol></li> on stderr</li><li>save the error in the connection for later retrieval with <a href="html/libvirt-virterror.html#virConnGetLastError">virConnGetLastError</a></li></ol></li>
<li>otherwise like when failing to create an hypervisor connection: <li>otherwise like when failing to create a hypervisor connection:
<ol><li>if there is a global callback set with <a href="html/libvirt-virterror.html#virSetErrorFunc">virSetErrorFunc</a>, <ol><li>if there is a global callback set with <a href="html/libvirt-virterror.html#virSetErrorFunc">virSetErrorFunc</a>,
call it with the error information</li><li>otherwise call <a href="html/libvirt-virterror.html#virDefaultErrorFunc">virDefaultErrorFunc</a> call it with the error information</li><li>otherwise call <a href="html/libvirt-virterror.html#virDefaultErrorFunc">virDefaultErrorFunc</a>
which is the default error function of the library issuing the error which is the default error function of the library issuing the error

View File

@ -11,7 +11,7 @@
<ul> <ul>
<li>The virtual network driver <li>The virtual network driver
<br /><br /> <br /><br />
This provides a isolated bridge device (ie no physical NICs This provides an isolated bridge device (ie no physical NICs
enslaved). Guest TAP devices are attached to this bridge. enslaved). Guest TAP devices are attached to this bridge.
Guests can talk to each other and the host, and optionally the Guests can talk to each other and the host, and optionally the
wider world. wider world.

View File

@ -622,7 +622,7 @@
<code>order</code> allows to specify the order to add the online vcpus. <code>order</code> allows to specify the order to add the online vcpus.
For hypervisors/platforms that require to insert multiple vcpus at once For hypervisors/platforms that require to insert multiple vcpus at once
the order may be duplicated accross all vcpus that need to be the order may be duplicated across all vcpus that need to be
enabled at once. Specifying order is not necessary, vcpus are then enabled at once. Specifying order is not necessary, vcpus are then
added in an arbitrary order. If order info is used, it must be used for added in an arbitrary order. If order info is used, it must be used for
all online vcpus. Hypervisors may clear or update ordering information all online vcpus. Hypervisors may clear or update ordering information
@ -4058,7 +4058,7 @@
pcie-switch-upstream-port, and of course for this to work pcie-switch-upstream-port, and of course for this to work
properly, you will need to decrease the pcie-expander-bus' properly, you will need to decrease the pcie-expander-bus'
busNr accordingly so that there are enough unused bus busNr accordingly so that there are enough unused bus
numbers above it to accomodate giving out one bus number for numbers above it to accommodate giving out one bus number for
the upstream-port and one for each downstream-port (in the upstream-port and one for each downstream-port (in
addition to the pcie-root-port and the pcie-expander-bus addition to the pcie-root-port and the pcie-expander-bus
itself). itself).
@ -4212,7 +4212,7 @@
<dd>This is the fully qualified path of the file associated <dd>This is the fully qualified path of the file associated
with the lockspace. The offset specifies where the lease with the lockspace. The offset specifies where the lease
is stored within the file. If the lock manager does not is stored within the file. If the lock manager does not
require a offset, just pass 0. require an offset, just pass 0.
</dd> </dd>
</dl> </dl>
@ -4867,7 +4867,7 @@
(<span class="since">Since 0.10.0</span>). For example, in order (<span class="since">Since 0.10.0</span>). For example, in order
to work properly with both an 802.1Qbh switch and an Open vSwitch to work properly with both an 802.1Qbh switch and an Open vSwitch
switch, you may choose to specify no type, but both switch, you may choose to specify no type, but both
an <code>profileid</code> (in case the switch is 802.1Qbh) and a <code>profileid</code> (in case the switch is 802.1Qbh) and
an <code>interfaceid</code> (in case the switch is Open vSwitch) an <code>interfaceid</code> (in case the switch is Open vSwitch)
(you may also omit the other attributes, such as managerid, (you may also omit the other attributes, such as managerid,
typeid, or profileid, to be filled in from the typeid, or profileid, to be filled in from the
@ -6174,7 +6174,7 @@ qemu-kvm -net nic,model=? /dev/null
set to an empty string, then VNC access is disabled. The set to an empty string, then VNC access is disabled. The
<code>keymap</code> attribute specifies the keymap to use. It is <code>keymap</code> attribute specifies the keymap to use. It is
possible to set a limit on the validity of the password by giving possible to set a limit on the validity of the password by giving
an timestamp <code>passwdValidTo='2010-04-09T15:51:00'</code> a timestamp <code>passwdValidTo='2010-04-09T15:51:00'</code>
assumed to be in UTC. The <code>connected</code> attribute allows assumed to be in UTC. The <code>connected</code> attribute allows
control of connected client during password changes. VNC accepts control of connected client during password changes. VNC accepts
<code>keep</code> value only <span class="since">since 0.9.3</span>. <code>keep</code> value only <span class="since">since 0.9.3</span>.
@ -6216,7 +6216,7 @@ qemu-kvm -net nic,model=? /dev/null
<code>passwd</code> attribute is set to an empty string, then <code>passwd</code> attribute is set to an empty string, then
SPICE access is disabled. The <code>keymap</code> attribute SPICE access is disabled. The <code>keymap</code> attribute
specifies the keymap to use. It is possible to set a limit on specifies the keymap to use. It is possible to set a limit on
the validity of the password by giving an timestamp the validity of the password by giving a timestamp
<code>passwdValidTo='2010-04-09T15:51:00'</code> assumed to be <code>passwdValidTo='2010-04-09T15:51:00'</code> assumed to be
in UTC. in UTC.
</p> </p>

View File

@ -81,7 +81,7 @@
<h3><a id="elementsCPUAllocation">CPU Allocation</a></h3> <h3><a id="elementsCPUAllocation">CPU Allocation</a></h3>
<p>Before any devices capability occurs, there might be a info on domain <p>Before any devices capability occurs, there might be info on domain
wide capabilities, e.g. virtual CPUs:</p> wide capabilities, e.g. virtual CPUs:</p>
<pre> <pre>

View File

@ -133,7 +133,7 @@
</dd> </dd>
<dt><code>serial</code></dt> <dt><code>serial</code></dt>
<dd> <dd>
This is an number that starts from 1 and increases This is a number that starts from 1 and increases
each time a method call packet is sent. A reply or each time a method call packet is sent. A reply or
stream packet will have a serial number matching the stream packet will have a serial number matching the
original method call packet serial. Events always original method call packet serial. Events always

View File

@ -76,7 +76,7 @@ SANLOCKOPTS="-w 0"
configuration file for each libvirt driver that is using configuration file for each libvirt driver that is using
sanlock. For QEMU, we will edit <code>/etc/libvirt/qemu-sanlock.conf</code> sanlock. For QEMU, we will edit <code>/etc/libvirt/qemu-sanlock.conf</code>
There is one mandatory parameter that needs to be set, There is one mandatory parameter that needs to be set,
the <code>host_id</code>. This is a integer between the <code>host_id</code>. This is an integer between
1 and 2000, which must be set to a <strong>unique</strong> 1 and 2000, which must be set to a <strong>unique</strong>
value on each host running virtual machines. value on each host running virtual machines.
</p> </p>

View File

@ -1206,7 +1206,7 @@
<description> <description>
The <code>vgaconf</code> attribute was added to <code>video</code>'s The <code>vgaconf</code> attribute was added to <code>video</code>'s
<code>driver</code> element. Possible values are: <code>on</code>, <code>driver</code> element. Possible values are: <code>on</code>,
<code>off</code>, and <code>io</code>. It controlls the way how <code>off</code>, and <code>io</code>. It controls the way how
bhyve exposes video devices to its guests; various guest OSes might bhyve exposes video devices to its guests; various guest OSes might
require different settings to boot properly. require different settings to boot properly.
</description> </description>

View File

@ -759,7 +759,7 @@
This provides a pool based on Virtuozzo storage. Virtuozzo Storage is This provides a pool based on Virtuozzo storage. Virtuozzo Storage is
a highly available distributed software-defined storage with built-in a highly available distributed software-defined storage with built-in
replication and disaster recovery. More detailed information about replication and disaster recovery. More detailed information about
Virtuozzo storage and its managment can be found here: Virtuozzo storage and its management can be found here:
<a href="https://openvz.org/Virtuozzo_Storage">Virtuozzo Storage</a>). <a href="https://openvz.org/Virtuozzo_Storage">Virtuozzo Storage</a>).
</p> </p>

View File

@ -199,7 +199,7 @@
return an error indicating it is not supported. Likewise libvirt will return an error indicating it is not supported. Likewise libvirt will
make reasonable efforts to keep API calls working across hypervisor make reasonable efforts to keep API calls working across hypervisor
releases even if the underlying implementation changes. In cases where releases even if the underlying implementation changes. In cases where
this is impossible, an suitable error will be reported. The list of this is impossible, a suitable error will be reported. The list of
APIs which have implementations <a href="hvsupport.html">is detailed separately</a>. APIs which have implementations <a href="hvsupport.html">is detailed separately</a>.
</p> </p>