[libvirt] [PATCH 0/3]generate man pages to describe valid keycodes

Guannan Ren gren at redhat.com
Fri Sep 7 13:54:50 UTC 2012


This patchset will try to generate manpages to describe valid keycodes.
It does this job via a helper perl script passing file src/util/keymaps.csv.
we have 1 man page per keycode set, that is, 11 manpages to be generated
in total. Each of them corresponds to codeset defined in virsh manpage.

libvirt-keycode-linux.5
libvirt-keycode-xt.5
libvirt-keycode-atset1.5
libvirt-keycode-atset2.5
libvirt-keycode-atset3.5
libvirt-keycode-os_x.5
libvirt-keycode-kbd.5
libvirt-keycode-win32.5
libvirt-keycode-usb.5
libvirt-keycode-rfb.5

I really think that the words in these manpages still be polished again.
If anyone could help, that would be appreciated.

Guannan Ren(3)
  doc: Add a perl script to generate keycodes mapping
  automake: generate libvirt keycodes manpages
  doc: fix some typoes on virsh manpage

 .gitignore          |   2 +-
 tools/Makefile.am   |  31 +++++++++++++++++++++++++---
 tools/keymap-gen.pl | 202 +++++++++++++++++++++++++++++++++++++++++++++ 
 tools/virsh.pod     |  27 +++++++++++++------------
 4 files changed, 245 insertions(+), 17 deletions(-)




More information about the libvir-list mailing list