mirror of https://gitee.com/openkylin/libvirt.git
Fix virsh inject-nmi man page
* tools/virsh.pod: move the description which was misplaced
This commit is contained in:
parent
d50bb45b1a
commit
2851d37855
|
@ -261,6 +261,10 @@ description see:
|
|||
L<http://libvirt.org/formatcaps.html>
|
||||
The XML also show the NUMA topology information if available.
|
||||
|
||||
=item B<inject-nmi> I<domain-id>
|
||||
|
||||
Inject NMI to the guest.
|
||||
|
||||
=item B<list> optional I<--inactive> I<--all>
|
||||
|
||||
Prints information about one or more domains. If no domains are
|
||||
|
@ -304,10 +308,6 @@ running B<virsh suspend>. When in a paused state the domain will still
|
|||
consume allocated resources like memory, but will not be eligible for
|
||||
scheduling by the hypervisor.
|
||||
|
||||
=item B<inject-nmi> I<domain-id>
|
||||
|
||||
Inject NMI to the guest
|
||||
|
||||
=item B<shutdown>
|
||||
|
||||
The domain is in the process of shutting down, i.e. the guest operating system
|
||||
|
|
Loading…
Reference in New Issue