[libvirt] [PATCH] doc: fix incorrect option in send-key

From: Alex Jia <ajia@redhat.com> * tools/virsh.pod: fix a option typo of send-key section. Signed-off-by: Alex Jia <ajia@redhat.com> --- tools/virsh.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index d826997..e82567d 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -356,7 +356,7 @@ The numeric values are those defined by the OS-X keyboard input subsystem. The symbolic names match the corresponding OS-X key constant macro names -=item B<xtkbd> +=item B<xt_kbd> The numeric values are those defined by the Linux KBD device. These are a variant on the original XT codeset, but often with -- 1.7.1

On 09/07/2011 05:53 PM, ajia@redhat.com wrote:
From: Alex Jia<ajia@redhat.com>
* tools/virsh.pod: fix a option typo of send-key section.
Signed-off-by: Alex Jia<ajia@redhat.com> --- tools/virsh.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/virsh.pod b/tools/virsh.pod index d826997..e82567d 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -356,7 +356,7 @@ The numeric values are those defined by the OS-X keyboard input subsystem. The symbolic names match the corresponding OS-X key constant macro names
-=item B<xtkbd> +=item B<xt_kbd>
ACK and pushed. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org
participants (2)
-
ajia@redhat.com
-
Eric Blake