Bug 1022874
Summary: | In man page of virsh, a typo 'COMMMANDS' displays three times | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Cui Lei <lcui> |
Component: | libvirt | Assignee: | Ján Tomko <jtomko> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.0 | CC: | dyuan, eblake, hliu, mzhan, pschiffe, rbalakri, sowang, tzheng |
Target Milestone: | rc | Keywords: | ManPageChange, Patch, Upstream |
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: | 1022872 | Environment: | |
Last Closed: | 2015-03-05 07:25:21 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: | 1022872 | ||
Bug Blocks: |
Description
Cui Lei
2013-10-24 08:37:58 UTC
Fixed upstream. commit 0410eb22bf45693ef7220fa80fa1bcdc9954c2a8 Author: Eric Blake <eblake> Date: Thu Oct 24 09:57:20 2013 +0100 virsh: fix doc typos Reported in https://bugzilla.redhat.com/show_bug.cgi?id=1022872 * tools/virsh.pod: s/COMMMANDS/COMMANDS/ Signed-off-by: Eric Blake <eblake> Fixed upstream by v1.1.3-226-g0410eb2 as mentioned in comment 1. Verified as follows: [root@localhost libvirt]# rpm -q libvirt libvirt-1.2.8-10.el7.x86_64 [root@localhost libvirt]# man virsh in VIM search mode, search 'COMMMANDS' not found search 'COMMANDS' GENERIC COMMANDS The following commands are generic i.e. not specific to a domain. ..... 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 |