RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1110673 - typo errors in man page VIRSH(1)
Summary: typo errors in man page VIRSH(1)
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: libvirt
Version: 7.0
Hardware: Unspecified
OS: Unspecified
low
unspecified
Target Milestone: rc
: ---
Assignee: Peter Krempa
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On: 1110660 1110678
Blocks: 1110671
TreeView+ depends on / blocked
 
Reported: 2014-06-18 08:49 UTC by Lingfei Kong
Modified: 2015-05-25 00:11 UTC (History)
8 users (show)

Fixed In Version: libvirt-1.2.7-1.el7
Doc Type: Bug Fix
Doc Text:
Clone Of: 1110660
Environment:
Last Closed: 2015-03-05 07:37:47 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2015:0323 0 normal SHIPPED_LIVE Low: libvirt security, bug fix, and enhancement update 2015-03-05 12:10:54 UTC

Description Lingfei Kong 2014-06-18 08:49:49 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:50:21 UTC
Also word 'soucetype' should be changed to 'sourcetype'. (Search 'soucetype' in VIRSH(1))

Comment 2 Peter Krempa 2014-06-18 09:25:24 UTC
(In reply to Lingfei Kong from comment #1)
> Also word 'soucetype' should be changed to 'sourcetype'. (Search 'soucetype'
> in VIRSH(1))

Fixed by:

commit be673413a3d6086bc6493dc3b467d5a5a1179b8b
Author: Eric Blake <eblake>
Date:   Wed May 28 20:10:38 2014 -0600

    virsh: fix typos in virsh man page
    
    * tools/virsh.pod (attach-disk): Drop duplicate --config, fix typo
    in --sourcetype.
    
    Signed-off-by: Eric Blake <eblake>

Comment 3 Peter Krempa 2014-06-18 11:18:52 UTC
Two more fixes:

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

Comment 5 Song Wang 2014-12-15 05:09:56 UTC
[root@localhost libvirt]# rpm -q libvirt
libvirt-1.2.8-10.el7.x86_64

[root@localhost libvirt]# virsh version
Compiled against library: libvirt 1.2.8
Using library: libvirt 1.2.8
Using API: QEMU 1.2.8
Running hypervisor: QEMU 2.1.2

[root@localhost libvirt]# man virsh
...
    qemu:///system
               connect locally as root to the daemon supervising QEMU and KVM domains

           qemu:///session
               connect locally as a normal user to his own set of QEMU and KVM domains

...

qemu has right style and 'libvir'-->'libvirt'  ,the bug is fixed.

Comment 7 errata-xmlrpc 2015-03-05 07:37:47 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHSA-2015-0323.html


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