1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-11 20:58:50 +03:00

man: add man page entry for dmsetup info -c -S/--select + minor cleanups

This commit is contained in:
Peter Rajnoha 2014-06-18 13:48:27 +02:00
parent 0548a82e63
commit fc6e2a703b
4 changed files with 24 additions and 12 deletions

View File

@ -40,6 +40,8 @@ dmsetup \(em low level logical volume management
.IR fields ] .IR fields ]
.RB [ \-O | \-\-sort .RB [ \-O | \-\-sort
.IR sort_fields ] .IR sort_fields ]
.RB [ \-S | \-\-select
.IR Selection ]
.RI [ device_name ] .RI [ device_name ]
.RE .RE
.br .br
@ -244,6 +246,16 @@ The value \fInone\fP is equivalent to specifying zero.
.BR \-r | \-\-readonly .BR \-r | \-\-readonly
Set the table being loaded read-only. Set the table being loaded read-only.
.TP .TP
.BR \-S | \-\-select \ \fISelection
Display only rows that match Selection criteria. All rows are displayed
with the additional "selected" column (-o selected) showing 1 if the row
matches the Selection 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.
.TP
.IR \fB\-\-table \ < table > .IR \fB\-\-table \ < table >
Specify a one-line table directly on the command line. Specify a one-line table directly on the command line.
.TP .TP

View File

@ -198,14 +198,14 @@ selection. Precede any column with '\fI\-\fP' for a reverse sort on that column.
Output columns as rows. Output columns as rows.
.TP .TP
.BR \-S ", " \-\-select " " \fISelection .BR \-S ", " \-\-select " " \fISelection
Display only rows that match selection criteria. All rows are displayed with Display only rows that match Selection criteria. All rows are displayed with
the additional "selected" column (\fB-o selected\fP) showing 1 if the row the additional "selected" column (\fB-o selected\fP) showing 1 if the row
matches the Selection and 0 otherwise. The selection criteria are defined matches the Selection and 0 otherwise. The Selection criteria are defined
by specifying column names and their valid values (that can include reserved by specifying column names and their valid values (that can include reserved
values) while making use of supported comparison operators. See \fBlvm\fP(8) values) while making use of supported comparison operators. See \fBlvm\fP(8)
and \fB\-S\fP, \fB\-\-select\fP description for more detailed information and \fB\-S\fP, \fB\-\-select\fP description for more detailed information
about constructing the selection criteria. As a quick help and to see full about constructing the Selection criteria. As a quick help and to see full
list of columns names that can be used in selection including the list of list of column names that can be used in Selection including the list of
reserved values and the set of supported selection operators, check the reserved values and the set of supported selection operators, check the
output of \fBlvs -S help\fP command. output of \fBlvs -S help\fP command.
.TP .TP

View File

@ -82,14 +82,14 @@ Physical Volume, showing the start (pvseg_start) and length (pvseg_size) in
units of physical extents. units of physical extents.
.TP .TP
.BR \-S ", " \-\-select " " \fISelection .BR \-S ", " \-\-select " " \fISelection
Display only rows that match selection criteria. All rows are displayed with Display only rows that match Selection criteria. All rows are displayed with
the additional "selected" column (\fB-o selected\fP) showing 1 if the row the additional "selected" column (\fB-o selected\fP) showing 1 if the row
matches the Selection and 0 otherwise. The selection criteria are defined matches the Selection and 0 otherwise. The Selection criteria are defined
by specifying column names and their valid values (that can include reserved by specifying column names and their valid values (that can include reserved
values) while making use of supported comparison operators. See \fBlvm\fP(8) values) while making use of supported comparison operators. See \fBlvm\fP(8)
and \fB\-S\fP, \fB\-\-select\fP description for more detailed information and \fB\-S\fP, \fB\-\-select\fP description for more detailed information
about constructing the selection criteria. As a quick help and to see full about constructing the Selection criteria. As a quick help and to see full
list of columns names that can be used in selection including the list of list of column names that can be used in Selection including the list of
reserved values and the set of supported selection operators, check the reserved values and the set of supported selection operators, check the
output of \fBpvs -S help\fP command. output of \fBpvs -S help\fP command.
.TP .TP

View File

@ -99,14 +99,14 @@ column.
Output columns as rows. Output columns as rows.
.TP .TP
.BR \-S ", " \-\-select " " \fISelection .BR \-S ", " \-\-select " " \fISelection
Display only rows that match selection criteria. All rows are displayed with Display only rows that match Selection criteria. All rows are displayed with
the additional "selected" column (\fB-o selected\fP) showing 1 if the row the additional "selected" column (\fB-o selected\fP) showing 1 if the row
matches the Selection and 0 otherwise. The selection criteria are defined matches the Selection and 0 otherwise. The Selection criteria are defined
by specifying column names and their valid values (that can include reserved by specifying column names and their valid values (that can include reserved
values) while making use of supported comparison operators. See \fBlvm\fP(8) values) while making use of supported comparison operators. See \fBlvm\fP(8)
and \fB\-S\fP, \fB\-\-select\fP description for more detailed information and \fB\-S\fP, \fB\-\-select\fP description for more detailed information
about constructing the selection criteria. As a quick help and to see full about constructing the Selection criteria. As a quick help and to see full
list of columns names that can be used in selection including the list of list of column names that can be used in Selection including the list of
reserved values and the set of supported selection operators, check the reserved values and the set of supported selection operators, check the
output of \fBvgs -S help\fP command. output of \fBvgs -S help\fP command.
.TP .TP