From 6776a26e5c8dca8adc674f9d25a03be947cd6cd3 Mon Sep 17 00:00:00 2001 From: Daniel Hansel Date: Wed, 18 Feb 2015 14:53:32 +0100 Subject: [PATCH] man: moved virsh command cpu-models The description of the virsh command 'cpu-models' was written in the wrong context (i.e. beside the domain states). This patch moves the command description just to the cpu related commands like 'cpu-baseline' and 'cpu-compare'. Signed-off-by: Daniel Hansel --- tools/virsh.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index 50de32c3e8..cdcb8627b3 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -422,10 +422,6 @@ current domain is in. =over 4 -=item B I - -Print the list of CPU models known for the specified architecture. - =item B The domain is currently running on a CPU @@ -596,6 +592,10 @@ specified, the command will return an error when the given CPU is incompatible with host CPU and a message providing more details about the incompatibility will be printed out. +=item B I + +Print the list of CPU models known for the specified architecture. + =item B [I<--shell>] [I<--xml>] [I...] Echo back each I, separated by space. If I<--shell> is -- GitLab