+++ This bug was initially created as a clone of Bug #1110660 +++ Description of problem: In man page virsh(1) QEmu should be changed to QEMU or Qemu The library name in the example output of command 'virsh version' virsh version Compiled against library: libvir 0.0.6 Using library: libvir 0.0.6 Using API: Xen 3.0.0 Running hypervisor: Xen 3.0.0 Should be updated to 'libvirt' Version-Release number of selected component (if applicable): libvirt-0.8.2-29.el5_9.1 How reproducible: 100% Steps to Reproduce: 1. Install package libvirt-0.8.2-29.el5_9.1 2. Check man page VIRSH(1) Actual results: library name is 'libvir' QEMU sometimes shows QEmu, Expected results: library name is 'libvirt' QEMU should have a right style Additional info: --- Additional comment from Jiri Denemark on 2014-06-18 04:12:24 EDT --- This is just a cosmetic issue and thus it does not meet criteria for bugs which are considered for being fixed in RHEL-5 since it already is in the Production 3 phase.
Also word 'soucetype' should be changed to 'sourcetype'. (Search 'soucetype' in VIRSH(1))
Fixed upstream: commit 011154764fca5dea1c0e2fb6f1f56b80d5992e40 Author: Peter Krempa <pkrempa> Date: Wed Jun 18 11:19:12 2014 +0200 virsh: man: Correctly spell QEMU s/QEemu/QEMU/g commit 09e1ec19aef960e76f5b2eb7fda8d62d02abe1dd Author: Peter Krempa <pkrempa> Date: Wed Jun 18 11:16:33 2014 +0200 virsh: man: Fix examples and docs for virsh version The version command now takes the --daemon parameter for a while and the output example was pretty outdated. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1110673