summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDave Allan <dallan@redhat.com>2012-03-22 16:49:07 -0400
committerEric Blake <eblake@redhat.com>2012-03-22 21:41:34 -0600
commit350e6c5e66c0cbc14551a25a6ec1d77e3158a9ed (patch)
treec59e1087c869cf9c97da846ff9fb6a196f41e58a /tools
parentd36ccf9f6ab8f4e306ac6caa18db7d10315c125d (diff)
downloadlibvirt-350e6c5e66c0cbc14551a25a6ec1d77e3158a9ed.tar.gz
Clarify virsh freecell manpage entry
Diffstat (limited to 'tools')
-rw-r--r--tools/virsh.pod15
1 files changed, 10 insertions, 5 deletions
diff --git a/tools/virsh.pod b/tools/virsh.pod
index f0df4fda97..a8bd739778 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -401,11 +401,16 @@ B<virsh> list --title
0 Domain-0 running Mailserver 1
2 fedora paused
-=item B<freecell> [B<cellno> | I<--all>]
-
-Prints the available amount of memory on the machine or within a
-NUMA cell if I<cellno> is provided. If I<--all> is provided instead
-of I<--cellno>, then show the information on all NUMA cells.
+=item B<freecell> [{ [I<--cellno>] B<cellno> | I<--all> }]
+
+Prints the available amount of memory on the machine or within a NUMA
+cell. The freecell command can provide one of three different
+displays of available memory on the machine depending on the options
+specified. With no options, it displays the total free memory on the
+machine. With the --all option, it displays the free memory in each
+cell and the total free memory on the machine. Finally, with a
+numeric argument or with --cellno plus a cell number it will display
+the free memory for the specified cell only.
=item B<cpu-baseline> I<FILE>