]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virsh: consolidate memtune docs
authorEric Blake <eblake@redhat.com>
Tue, 19 Oct 2010 15:39:51 +0000 (09:39 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 19 Oct 2010 16:22:52 +0000 (10:22 -0600)
* tools/virsh.pod (memtune): Drop second copy, fill to 80 columns,
enhance wording.

tools/virsh.pod

index dbcc6803da8b6d776f177451bfdde93b3da7719e..61875af936d6061ed3b384d45484bde961fd7d04 100644 (file)
@@ -520,13 +520,14 @@ Change the maximum memory allocation limit in the guest domain. This should
 not change the current memory use. The memory limit is specified in
 kilobytes.
 
-=item B<memtune> I<domain-id>
-
-Displays the domain memory parameters.
-
-=item B<memtune> I<domain-id> optional I<--hard-limit> B<kilobytes> optional I<--soft-limit> B<kilobytes> optional I<--swap-hard-limit> B<kilobytes> -I<--min-guarantee> B<kilobytes>
-
-Allows you to set the domain memory parameters. LXC and QEMU/KVM supports these parameters.
+=item B<memtune> I<domain-id> optional I<--hard-limit> B<kilobytes>
+optional I<--soft-limit> B<kilobytes> optional I<--swap-hard-limit>
+B<kilobytes> -I<--min-guarantee> B<kilobytes>
+
+Allows you to display or set the domain memory parameters. Without
+flags, the current settings are displayed; with a flag, the
+appropriate limit is adjusted if supported by the hypervisor.  LXC and
+QEMU/KVM supports I<--hard-limit>, I<--soft-limit>, and I<--swap-hard-limit>.
 
 =item B<setvcpus> I<domain-id> I<count> optional I<--maximum> I<--config>
 I<--live>