Hi,
possible patch attached.
 -- Guido
>From e991a8740a5777d779fb8df0b4b2514a9878b464 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Guido=20G=C3=BCnther?= <a...@sigxcpu.org>
Date: Mon, 22 Dec 2008 23:23:57 +0100
Subject: [PATCH] document vnc's keymap parameter

---
 docs/drvqemu.html.in      |    2 +-
 docs/formatdomain.html.in |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/drvqemu.html.in b/docs/drvqemu.html.in
index bb484b7..e600562 100644
--- a/docs/drvqemu.html.in
+++ b/docs/drvqemu.html.in
@@ -85,7 +85,7 @@
       &lt;source network='default'/&gt;
       &lt;mac address='24:42:53:21:52:45'/&gt;
     &lt;/interface&gt;
-    &lt;graphics type='vnc' port='-1'/&gt;
+    &lt;graphics type='vnc' port='-1' keymap='de'/&gt;
   &lt;/devices&gt;
 &lt;/domain&gt;</pre>
 
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index f42f203..62235c0 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -667,7 +667,8 @@ qemu-kvm -net nic,model=? /dev/null
 	preferred syntax for indicating autoallocation of the TCP port to use.
 	The <code>listen</code> attribute is an IP address for the server to
 	listen on. The <code>password</code> attribute provides a VNC password
-	in clear text.</dd>
+	in clear text. The <code>keymap</code> attribute specifies the keymap
+	to use.</dd>
     </dl>
 
     <h4><a name="elementsConsole">Consoles, serial &amp; parallel devices</a></h4>
-- 
1.6.0.3

--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to