[libvirt] [PATCH v2 2/8] docs: formatdomain: fix 'SynIC' spelling

Vitaly Kuznetsov vkuznets at redhat.com
Tue Jul 30 10:13:42 UTC 2019


SynIC stands for 'Synthetic Interrupt Controller', it is not a NIC. Fix the
spelling in accordance with Hypervisor Top Level Functional Specification.

Signed-off-by: Vitaly Kuznetsov <vkuznets at redhat.com>
Reviewed-by: Ján Tomko <jtomko at redhat.com>
---
 docs/formatdomain.html.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 0894d9cbfb..44b1ae7597 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -2142,13 +2142,13 @@
         </tr>
         <tr>
           <td>synic</td>
-          <td>Enable Synthetic Interrupt Controller (SyNIC)</td>
+          <td>Enable Synthetic Interrupt Controller (SynIC)</td>
           <td>on, off</td>
           <td><span class="since">1.3.3 (QEMU 2.6)</span></td>
         </tr>
         <tr>
           <td>stimer</td>
-          <td>Enable SyNIC timers</td>
+          <td>Enable SynIC timers</td>
           <td>on, off</td>
           <td><span class="since">1.3.3 (QEMU 2.6)</span></td>
         </tr>
-- 
2.20.1




More information about the libvir-list mailing list