---
tools/virsh.pod | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/virsh.pod b/tools/virsh.pod
index f5183b4..d94e599 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -977,7 +977,7 @@ Change the maximum memory allocation limit for a guest domain.
If I<--live> is specified, affect a running guest.
If I<--config> is specified, affect the next boot of a persistent guest.
If I<--current> is specified, affect the current guest state.
-Both I<--live> and I<--current> flags may be given, but I<--current>
is
+Both I<--live> and I<--config> flags may be given, but I<--current> is
exclusive. If no flag is specified, behavior is different depending
on hypervisor.
@@ -1003,7 +1003,7 @@ I<--min-guarantee> is supported only by ESX hypervisor.
If I<--live> is specified, affect a running guest.
If I<--config> is specified, affect the next boot of a persistent guest.
If I<--current> is specified, affect the current guest state.
-Both I<--live> and I<--current> flags may be given, but I<--current>
is
+Both I<--live> and I<--config> flags may be given, but I<--current> is
exclusive. If no flag is specified, behavior is different depending
on hypervisor.
@@ -1048,7 +1048,7 @@ I<--weight> is in range [100, 1000].
If I<--live> is specified, affect a running guest.
If I<--config> is specified, affect the next boot of a persistent guest.
If I<--current> is specified, affect the current guest state.
-Both I<--live> and I<--current> flags may be given, but I<--current>
is
+Both I<--live> and I<--config> flags may be given, but I<--current> is
exclusive. If no flag is specified, behavior is different depending
on hypervisor.
--
1.7.8.rc4
Show replies by date
On 29.11.2011 12:45, Jiri Denemark wrote:
---
tools/virsh.pod | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Seems like you caught all occurrences.
ACK
Michal
On Tue, Nov 29, 2011 at 13:00:22 +0100, Michal Privoznik wrote:
On 29.11.2011 12:45, Jiri Denemark wrote:
> ---
> tools/virsh.pod | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
Seems like you caught all occurrences.
ACK
Thanks, pushed.
Jirka