From d4a9b21511fb7b95962cc231b334bd49b2c8d347 Mon Sep 17 00:00:00 2001 From: Nitesh Konkar Date: Mon, 10 Oct 2016 19:37:14 +0530 Subject: [PATCH] virsh: Fix typos in manpage Signed-off-by: Nitesh Konkar --- tools/virsh.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index 72ace96bf8..1fe42698e8 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -2286,28 +2286,28 @@ any existing per-device weights for other devices remain unchanged. B is a single string listing one or more device/read_iops_sec pairs, int the format of /path/to/device,read_iops_sec,/path/to/device,read_iops_sec. Each read_iops_sec is a number which type is unsigned int, value 0 to remove that -device from per-decice listing. +device from per-device listing. Only the devices listed in the string are modified; any existing per-device read_iops_sec for other devices remain unchanged. B is a single string listing one or more device/write_iops_sec pairs, int the format of /path/to/device,write_iops_sec,/path/to/device,write_iops_sec. Each write_iops_sec is a number which type is unsigned int, value 0 to remove that -device from per-decice listing. +device from per-device listing. Only the devices listed in the string are modified; any existing per-device write_iops_sec for other devices remain unchanged. B is a single string listing one or more device/read_bytes_sec pairs, int the format of /path/to/device,read_bytes_sec,/path/to/device,read_bytes_sec. Each read_bytes_sec is a number which type is unsigned long long, value 0 to remove -that device from per-decice listing. +that device from per-device listing. Only the devices listed in the string are modified; any existing per-device read_bytes_sec for other devices remain unchanged. B is a single string listing one or more device/write_bytes_sec pairs, int the format of /path/to/device,write_bytes_sec,/path/to/device,write_bytes_sec. Each write_bytes_sec is a number which type is unsigned long long, value 0 to remove -that device from per-decice listing. +that device from per-device listing. Only the devices listed in the string are modified; any existing per-device write_bytes_sec for other devices remain unchanged. @@ -2401,7 +2401,7 @@ managedsave state is discarded and a fresh boot occurs. If I<--pass-fds> is specified, the argument is a comma separated list of open file descriptors which should be pass on into the guest. The -file descriptors will be re-numered in the guest, starting from 3. This +file descriptors will be re-numbered in the guest, starting from 3. This is only supported with container based virtualization. =item B I -- 2.39.5