[PATCH] docs: Fix a typo in formatdomain.html

Han Han posted 1 patch 3 years, 10 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200522102552.184065-1-hhan@redhat.com
docs/formatdomain.html.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: Fix a typo in formatdomain.html
Posted by Han Han 3 years, 10 months ago
Signed-off-by: Han Han <hhan@redhat.com>
---
 docs/formatdomain.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 23eb0292..05a1ed45 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -7039,7 +7039,7 @@ qemu-kvm -net nic,model=? /dev/null
   &lt;input type='keyboard' bus='virtio'/&gt;
   &lt;input type='tablet' bus='virtio'/&gt;
   &lt;input type='passthrough' bus='virtio'&gt;
-    &lt;source evdev='/dev/input/event1/&gt;
+    &lt;source evdev='/dev/input/event1'/&gt;
   &lt;/input&gt;
 &lt;/devices&gt;
 ...</pre>
-- 
2.25.0

Re: [PATCH] docs: Fix a typo in formatdomain.html
Posted by Michal Privoznik 3 years, 10 months ago
On 5/22/20 12:25 PM, Han Han wrote:
> Signed-off-by: Han Han <hhan@redhat.com>
> ---
>   docs/formatdomain.html.in | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

And pushed.

Michal