Bug 1110673
Summary: | typo errors in man page VIRSH(1) | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Lingfei Kong <lkong> |
Component: | libvirt | Assignee: | Peter Krempa <pkrempa> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | low | ||
Version: | 7.0 | CC: | bsarathy, dyuan, jdenemar, juzhou, leiwang, mzhan, rbalakri, sowang |
Target Milestone: | rc | Keywords: | Documentation |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libvirt-1.2.7-1.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 1110660 | Environment: | |
Last Closed: | 2015-03-05 07:37:47 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1110660, 1110678 | ||
Bug Blocks: | 1110671 |
Description
Lingfei Kong
2014-06-18 08:49:49 UTC
Also word 'soucetype' should be changed to 'sourcetype'. (Search 'soucetype' in VIRSH(1)) (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> 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 [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. 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 |