36 lines
1.3 KiB
Diff
36 lines
1.3 KiB
Diff
|
From 1a2f74b8b9e507b17d49a3060d29910facba9d89 Mon Sep 17 00:00:00 2001
|
||
|
Message-Id: <1a2f74b8b9e507b17d49a3060d29910facba9d89@dist-git>
|
||
|
From: Peter Krempa <pkrempa@redhat.com>
|
||
|
Date: Wed, 19 Feb 2020 15:10:13 +0100
|
||
|
Subject: [PATCH] docs: formatdomain: Close <source> on one of disk examples
|
||
|
MIME-Version: 1.0
|
||
|
Content-Type: text/plain; charset=UTF-8
|
||
|
Content-Transfer-Encoding: 8bit
|
||
|
|
||
|
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
|
||
|
Reviewed-by: Ján Tomko <jtomko@redhat.com>
|
||
|
(cherry picked from commit 4e93c47576e4c9c37b34fc50707bee97e66d6a19)
|
||
|
|
||
|
https://bugzilla.redhat.com/show_bug.cgi?id=1791788
|
||
|
Message-Id: <8da0026666677c92084e46f242a48e5248a226e6.1582120424.git.pkrempa@redhat.com>
|
||
|
Reviewed-by: Ján Tomko <jtomko@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 2b6a3fb921..ec48ed77a5 100644
|
||
|
--- a/docs/formatdomain.html.in
|
||
|
+++ b/docs/formatdomain.html.in
|
||
|
@@ -2881,6 +2881,7 @@
|
||
|
<reservations managed='no'>
|
||
|
<source type='unix' path='/path/to/qemu-pr-helper' mode='client'/>
|
||
|
</reservations>
|
||
|
+ </source>
|
||
|
<target dev='sda' bus='scsi'/>
|
||
|
<address type='drive' controller='0' bus='0' target='3' unit='0'/>
|
||
|
</disk>
|
||
|
--
|
||
|
2.25.0
|
||
|
|