From: Peter Krempa Date: Mon, 17 Sep 2012 08:57:41 +0000 (+0200) Subject: virsh: Clarify behavior of domain list filtering. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=60b0284f24c3187bfa2225f1715c30b9d6a2eb1c;p=people%2Fliuw%2Flibxenctrl-split%2Flibvirt.git virsh: Clarify behavior of domain list filtering. Some combinations of filtering flags produce no result. This patch tries to clarify this. --- diff --git a/tools/virsh.pod b/tools/virsh.pod index c6f205aab..bb135dad9 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -395,10 +395,11 @@ into s3 state. Normally only active domains are listed. To list inactive domains specify I<--inactive> or I<--all> to list both active and inactive domains. -To filter the list of domains present on the hypervisor you may specify one or -more of filtering flags supported by the B command. These flags are -grouped by function. Specifying one or more flags from a group enables the -filter group. Supported filtering flags and groups: +To further filter the list of domains you may specify one or more of filtering +flags supported by the B command. These flags are grouped by function. +Specifying one or more flags from a group enables the filter group. Note that +some combinations of flags may yield no results. Supported filtering flags and +groups: =over 4