summaryrefslogtreecommitdiff
path: root/man/dmsetup.8_main
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2017-09-14 23:41:17 +0100
committerAlasdair G Kergon <agk@redhat.com>2017-09-14 23:41:17 +0100
commitd73eddcdc02420793c2287b6aa184dc8eb2dcef4 (patch)
treec75fd4e8a10d05e181be8c893922107c67407555 /man/dmsetup.8_main
parent8e8755319c8a8848b8bcd830a6341eccf750f798 (diff)
downloadlvm2-d73eddcdc02420793c2287b6aa184dc8eb2dcef4.tar.gz
dmsetup: Process -S to filter input device lists.
The following commands now pass the device list through a --select|-S filter before processing: suspend resume clear wipe_table remove deps status table
Diffstat (limited to 'man/dmsetup.8_main')
-rw-r--r--man/dmsetup.8_main16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/dmsetup.8_main b/man/dmsetup.8_main
index 1e778ad07..054746c5d 100644
--- a/man/dmsetup.8_main
+++ b/man/dmsetup.8_main
@@ -559,14 +559,14 @@ Set the table being loaded read-only.
.BR -S | --select
.IR selection
.br
-Display only rows that match \fIselection\fP criteria. All rows are displayed
-with the additional "selected" column (\fB-o selected\fP) showing 1 if the row
-matches the \fIselection\fP and 0 otherwise. The selection criteria are defined
-by specifying column names and their valid values while making use of
-supported comparison operators. As a quick help and to see full list of
-column names that can be used in selection and the set of supported
-selection operators, check the output of \fBdmsetup\ info\ -c\ -S\ help\fP
-command.
+Process only items that match \fIselection\fP criteria. If the command is
+producing report output, adding the "selected" column (\fB-o
+selected\fP) displays all rows and shows 1 if the row matches the
+\fIselection\fP and 0 otherwise. The selection criteria are defined by
+specifying column names and their valid values while making use of supported
+comparison operators. As a quick help and to see full list of column names that
+can be used in selection and the set of supported selection operators, check
+the output of \fBdmsetup\ info\ -c\ -S\ help\fP command.
.
.HP
.BR --table