[PATCH] docs: Fix typos

Han Han posted 1 patch 6 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20231009011832.359998-1-hhan@redhat.com
docs/formatdomain.rst       | 2 +-
docs/kbase/kvm-realtime.rst | 2 +-
docs/manpages/virsh.rst     | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
[PATCH] docs: Fix typos
Posted by Han Han 6 months, 3 weeks ago
Signed-off-by: Han Han <hhan@redhat.com>
---
 docs/formatdomain.rst       | 2 +-
 docs/kbase/kvm-realtime.rst | 2 +-
 docs/manpages/virsh.rst     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst
index af62fcd820..03735e4593 100644
--- a/docs/formatdomain.rst
+++ b/docs/formatdomain.rst
@@ -2179,7 +2179,7 @@ are:
    Enable QEMU vmcoreinfo device to let the guest kernel save debug details.
    :since:`Since 4.4.0` (QEMU only)
 ``htm``
-   Configure HTM (Hardware Transational Memory) availability for pSeries guests.
+   Configure HTM (Hardware Transactional Memory) availability for pSeries guests.
    Possible values for the ``state`` attribute are ``on`` and ``off``. If the
    attribute is not defined, the hypervisor default will be used. :since:`Since
    4.6.0` (QEMU/KVM only)
diff --git a/docs/kbase/kvm-realtime.rst b/docs/kbase/kvm-realtime.rst
index 87ab314bcb..c829eac120 100644
--- a/docs/kbase/kvm-realtime.rst
+++ b/docs/kbase/kvm-realtime.rst
@@ -103,7 +103,7 @@ Be aware that CPU ID numbers are not always allocated sequentially as shown
 here. It is not unusual to see IDs interleaved between sockets on the two NUMA
 nodes, such that ``0-3,8-11`` are on the first node and ``4-7,12-15`` are on
 the second node.  Carefully check the ``virsh capabilities`` output to determine
-the CPU ID numbers when configiring both ``isolcpus`` and the guest ``cpuset``
+the CPU ID numbers when configuring both ``isolcpus`` and the guest ``cpuset``
 values.
 
 Guest configuration
diff --git a/docs/manpages/virsh.rst b/docs/manpages/virsh.rst
index 4ae3bb4d93..c425974912 100644
--- a/docs/manpages/virsh.rst
+++ b/docs/manpages/virsh.rst
@@ -5267,7 +5267,7 @@ dom-fd-associate
 
 Associate one or more fds described via *--pass-fds* argument to *domain* as
 *--name*. The lifetime of the passed fd group is the same as the connection, thus
-exitting virsh un-registers them afterwards.
+exiting virsh un-registers them afterwards.
 
 By default security labels are applied if needed but they are not restored after
 use to avoid keeping them open unnecessarily. Best-effort security label restore
-- 
2.41.0
Re: [PATCH] docs: Fix typos
Posted by Ján Tomko 6 months, 3 weeks ago
On a Monday in 2023, Han Han wrote:
>Signed-off-by: Han Han <hhan@redhat.com>
>---
> docs/formatdomain.rst       | 2 +-
> docs/kbase/kvm-realtime.rst | 2 +-
> docs/manpages/virsh.rst     | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

and pushed.

Jano