[PATCH] docs: minor fix in launchSecurity

Boris Fiuczynski posted 1 patch 2 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220111090332.15693-1-fiuczy@linux.ibm.com
docs/formatdomain.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: minor fix in launchSecurity
Posted by Boris Fiuczynski 2 years, 2 months ago
Correcting XML element.

Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
---
 docs/formatdomain.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst
index d4f30bb8af..69e02e0135 100644
--- a/docs/formatdomain.rst
+++ b/docs/formatdomain.rst
@@ -8201,7 +8201,7 @@ Note: DEA/TDEA is synonymous with DES/TDES.
 Launch Security
 ---------------
 
-Specifying ``<launchSecurity type='s390-pv'\>`` in a s390 domain prepares
+Specifying ``<launchSecurity type='s390-pv'/>`` in a s390 domain prepares
 the guest to run in protected virtualization secure mode, also known as
 IBM Secure Execution. For more required host and guest preparation steps, see
 `Protected Virtualization on s390 <kbase/s390_protected_virt.html>`__
-- 
2.33.1

Re: [PATCH] docs: minor fix in launchSecurity
Posted by Pavel Hrdina 2 years, 2 months ago
On Tue, Jan 11, 2022 at 10:03:32AM +0100, Boris Fiuczynski wrote:
> Correcting XML element.
> 
> Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
> ---
>  docs/formatdomain.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>