Bug 814021
Summary: | [Doc]There is one typo "virsh list --note" in virsh list manual | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | hongming <honzhang> |
Component: | libvirt | Assignee: | Peter Krempa <pkrempa> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 6.3 | CC: | acathrow, ajia, dallan, dyasny, dyuan, mzhan, pkrempa, rwu, whuang |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libvirt-0.9.10-15.el6 | Doc Type: | Bug Fix |
Doc Text: |
No Documentation needed
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2012-06-20 06:54:35 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: |
Description
hongming
2012-04-19 03:14:18 UTC
Patch for upstream: commit c4c68b0025243eb7de39153ab97c1223f5e7ef7e Author: Peter Krempa <pkrempa> Date: Tue Feb 21 15:05:49 2012 +0100 virsh: Fix docs for list command Commit fad5cd210899dfde4afe36712754dc921c3f3051 introduced option to display domain's title in the list command output. There was a mistake in the virsh man page example for this command stating --note instead of --title. Well, apart from that, the whole paragraph decribing the --title option sounds awkward. I'll post a patch to fix that. I clarified and made the paragraph above the example a little more understandable: commit b83d76d40e1c5ffcbf6e1908fc86e4a650a1e9d3 Author: Peter Krempa <pkrempa> Date: Thu Apr 19 10:33:05 2012 +0200 virsh: Fix and clarify the --title flag for the list command in man page Verify this bug : libvirt-0.9.10-15.el6.x86_64 there is not "--note" in virsh manual #man virsh list [--inactive | --all] [--managed-save] [--title] { [--table] | --name | --uuid } [--persistent] [--transient] Prints information about existing domains. If no options are specified it prints out information about running domains. # virsh help list NAME list - list domains SYNOPSIS list [--inactive] [--all] [--transient] [--persistent] [--uuid] [--name] [--table] [--managed-save] [--title] DESCRIPTION Returns list of domains. OPTIONS --inactive list inactive domains --all list inactive & active domains --transient list transient domains --persistent list persistent domains --uuid list uuid's only --name list domain names only --table list table (default) --managed-save mark domains with managed save state --title show short domain description Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: No Documentation needed 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. http://rhn.redhat.com/errata/RHSA-2012-0748.html |