|
|
3e5111 |
From 3983bc29326d6f247d4dc3517ca42896042c02e0 Mon Sep 17 00:00:00 2001
|
|
|
3e5111 |
Message-Id: <3983bc29326d6f247d4dc3517ca42896042c02e0@dist-git>
|
|
|
3e5111 |
From: "Daniel P. Berrange" <berrange@redhat.com>
|
|
|
3e5111 |
Date: Tue, 25 Apr 2017 13:41:18 +0200
|
|
|
3e5111 |
Subject: [PATCH] docs: fix typo in closing HTML element
|
|
|
3e5111 |
|
|
|
3e5111 |
https://bugzilla.redhat.com/show_bug.cgi?id=1414627
|
|
|
3e5111 |
|
|
|
3e5111 |
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
|
|
|
3e5111 |
(cherry picked from commit dfda3a8ed988e6542294b85b78e816d593b22dc3)
|
|
|
3e5111 |
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
|
|
|
3e5111 |
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
|
|
|
3e5111 |
---
|
|
|
3e5111 |
docs/formatdomain.html.in | 2 +-
|
|
|
3e5111 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
3e5111 |
|
|
|
3e5111 |
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
|
|
|
3e5111 |
index 7374cb243..c82cd69a2 100644
|
|
|
3e5111 |
--- a/docs/formatdomain.html.in
|
|
|
3e5111 |
+++ b/docs/formatdomain.html.in
|
|
|
3e5111 |
@@ -5457,7 +5457,7 @@ qemu-kvm -net nic,model=? /dev/null
|
|
|
3e5111 |
This element provides means of setting coalesce settings for
|
|
|
3e5111 |
some interface devices (currently only type network
|
|
|
3e5111 |
and bridge . Currently there is just one attribute,
|
|
|
3e5111 |
- max , to tweak, in element frames for
|
|
|
3e5111 |
+ max , to tweak, in element frames for
|
|
|
3e5111 |
the rx group, which accepts a non-negative integer
|
|
|
3e5111 |
that specifies the maximum number of packets that will be
|
|
|
3e5111 |
received before an interrupt.
|
|
|
3e5111 |
--
|
|
|
3e5111 |
2.12.2
|
|
|
3e5111 |
|