From 60b0284f24c3187bfa2225f1715c30b9d6a2eb1c Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Mon, 17 Sep 2012 10:57:41 +0200 Subject: [PATCH] virsh: Clarify behavior of domain list filtering. Some combinations of filtering flags produce no result. This patch tries to clarify this. --- tools/virsh.pod | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index c6f205aab1..bb135dad9a 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 -- 2.47.3