Bug 1110678 - typo errors in man page VIRSH(1)
Summary: typo errors in man page VIRSH(1)
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Virtualization Tools
Classification: Community
Component: libvirt
Version: unspecified
Hardware: Unspecified
OS: Unspecified
low
unspecified
Target Milestone: ---
Assignee: Peter Krempa
QA Contact:
URL:
Whiteboard:
Depends On: 1110660
Blocks: 1110671 1110673
TreeView+ depends on / blocked
 
Reported: 2014-06-18 08:55 UTC by Lingfei Kong
Modified: 2015-05-25 00:11 UTC (History)
15 users (show)

Fixed In Version:
Clone Of: 1110660
Environment:
Last Closed: 2014-06-18 13:28:56 UTC
Embargoed:


Attachments (Terms of Use)

Description Lingfei Kong 2014-06-18 08:55:34 UTC
+++ 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.

Comment 1 Lingfei Kong 2014-06-18 08:56:03 UTC
Also word 'soucetype' should be changed to 'sourcetype'. (Search 'soucetype' in VIRSH(1))

Comment 2 Peter Krempa 2014-06-18 13:28:56 UTC
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


Note You need to log in before you can comment on or make changes to this bug.