[PATCH 11/15] docs: formatdomain: Close <source> on one of disk examples

Peter Krempa posted 15 patches 6 years ago
There is a newer version of this series
[PATCH 11/15] docs: formatdomain: Close <source> on one of disk examples
Posted by Peter Krempa 6 years ago
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 docs/formatdomain.html.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 60a103d7c6..acb604e9c7 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -2881,6 +2881,7 @@
       &lt;reservations managed='no'&gt;
         &lt;source type='unix' path='/path/to/qemu-pr-helper' mode='client'/&gt;
       &lt;/reservations&gt;
+    &lt;/source&gt;
     &lt;target dev='sda' bus='scsi'/&gt;
     &lt;address type='drive' controller='0' bus='0' target='3' unit='0'/&gt;
   &lt;/disk&gt;
-- 
2.24.1

Re: [PATCH 11/15] docs: formatdomain: Close <source> on one of disk examples
Posted by Ján Tomko 6 years ago
On Thu, Feb 06, 2020 at 08:52:03AM +0100, Peter Krempa wrote:
>Signed-off-by: Peter Krempa <pkrempa@redhat.com>
>---
> docs/formatdomain.html.in | 1 +
> 1 file changed, 1 insertion(+)
>

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

Jano