From a4ec42805cef535e972b6754cdb5efd529600135 Mon Sep 17 00:00:00 2001 From: Nitesh Konkar Date: Thu, 19 Jan 2017 10:28:44 +0530 Subject: [PATCH] virsh: Fix manpage typo Signed-off-by: Nitesh Konkar --- tools/virsh.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index 8c2430b00f..18f16b51bd 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -308,14 +308,14 @@ With I<--pretty> the online CPUs are printed as a range instead of a list. =item B [I] [I<--percent>] Returns cpu stats of the node. -If I is specified, this will prints specified cpu statistics only. -If I<--percent> is specified, this will prints percentage of each kind of cpu -statistics during 1 second. +If I is specified, this will print the specified cpu statistics only. +If I<--percent> is specified, this will print the percentage of each kind +of cpu statistics during 1 second. =item B [I] Returns memory stats of the node. -If I is specified, this will prints specified cell statistics only. +If I is specified, this will print the specified cell statistics only. =item B [I] [I] -- GitLab