summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2015-10-30 15:36:35 +0100
committerPeter Rajnoha <prajnoha@redhat.com>2015-10-30 15:47:56 +0100
commit7f125c1116df74d23b442304d8109a784f677251 (patch)
tree233315e70fea14b3d71dda4db2c632e0975e1272
parent5b04eda93f903d25e25385d148d28b8cfa1157ea (diff)
downloadlvm2-7f125c1116df74d23b442304d8109a784f677251.tar.gz
man: pvs/vgs/lvs and -o+, -o-, -o#
-rw-r--r--man/lvdisplay.8.in2
-rw-r--r--man/lvs.8.in11
-rw-r--r--man/pvdisplay.8.in2
-rw-r--r--man/pvs.8.in11
-rw-r--r--man/vgdisplay.8.in2
-rw-r--r--man/vgs.8.in11
6 files changed, 27 insertions, 12 deletions
diff --git a/man/lvdisplay.8.in b/man/lvdisplay.8.in
index ed1d3f7ae..f14fa03e1 100644
--- a/man/lvdisplay.8.in
+++ b/man/lvdisplay.8.in
@@ -37,7 +37,7 @@ lvdisplay \(em display attributes of a logical volume
.RB [ \-\-noheadings ]
.RB [ \-\-nosuffix ]
.RB [ \-o | \-\-options
-.RI [ + ] Field [ ,Field ...]]
+.RI [ + | \- | # ] Field [ ,Field ...]]
.RB [ \-O | \-\-sort
.RI [ + | \- ] Key1 [ , [ + | \- ] Key2 ...]]
.RB [ \-P | \-\-partial ]
diff --git a/man/lvs.8.in b/man/lvs.8.in
index 3cb2ec0eb..952b6ec80 100644
--- a/man/lvs.8.in
+++ b/man/lvs.8.in
@@ -16,7 +16,7 @@ lvs \(em report information about logical volumes
.RB [ \-\-noheadings ]
.RB [ \-\-nosuffix ]
.RB [ \-o | \-\-options
-.RI [ + ] Field [, Field ]]
+.RI [ + | \- | # ] Field [, Field ]]
.RB [ \-O | \-\-sort
.RI [ + | \- ] Key1 [,[ + | \- ] Key2 [,...]]]
.RB [ \-P | \-\-partial ]
@@ -76,8 +76,13 @@ Suppress the suffix on output sizes. Use with \fB\-\-units\fP
(except h and H) if processing the output.
.TP
.BR \-o ", " \-\-options
-Comma-separated ordered list of columns. Precede the list with '\fI+\fP'
-to append to the default selection of columns instead of replacing it.
+Comma-separated ordered list of columns.
+.IP
+Precede the list with '\fI+\fP' to append to the current list
+of columns, '\fI-\fP' to remove from the current list of columns
+or '\fI#\fP' to compact given columns. The \fI\-o\fP option can
+be repeated, providing several lists. These lists are evaluated
+from left to right.
.IP
Use \fB\-o lv_all\fP to select all logical volume columns,
and \fB\-o seg_all\fP
diff --git a/man/pvdisplay.8.in b/man/pvdisplay.8.in
index c1232d671..5f936342a 100644
--- a/man/pvdisplay.8.in
+++ b/man/pvdisplay.8.in
@@ -37,7 +37,7 @@ pvdisplay \- display attributes of a physical volume
.RB [ \-\-noheadings ]
.RB [ \-\-nosuffix ]
.RB [ \-o | \-\-options
-.RI [ + ] Field [ ,Field ...]]
+.RI [ + | \- | # ] Field [ ,Field ...]]
.RB [ \-O | \-\-sort
.RI [ + | \- ] Key1 [ , [ + | \- ] Key2 ...
.RI ]]
diff --git a/man/pvs.8.in b/man/pvs.8.in
index 605b13d97..efafbde3a 100644
--- a/man/pvs.8.in
+++ b/man/pvs.8.in
@@ -16,7 +16,7 @@ pvs \(em report information about physical volumes
.RB [ \-\-noheadings ]
.RB [ \-\-nosuffix ]
.RB [ \-o | \-\-options
-.RI [ + ] Field [ ,Field ...]]
+.RI [ + | \- | # ] Field [ ,Field ...]]
.RB [ \-O | \-\-sort
.RI [ + | \- ] Key1 [ , [ + | \- ] Key2 ...]]
.RB [ \-P | \-\-partial ]
@@ -65,8 +65,13 @@ Suppress the suffix on output sizes. Use with \fB\-\-units\fP
(except h and H) if processing the output.
.TP
.BR \-o ", " \-\-options
-Comma-separated ordered list of columns. Precede the list with '\fI+\fP'
-to append to the default selection of columns.
+Comma-separated ordered list of columns.
+.IP
+Precede the list with '\fI+\fP' to append to the current list
+of columns, '\fI-\fP' to remove from the current list of columns
+or '\fI#\fP' to compact given columns. The \fI\-o\fP option can
+be repeated, providing several lists. These lists are evaluated
+from left to right.
.IP
Use \fB-o pv_all\fP to select all physical volume columns,
and \fB-o pvseg_all\fP to select all Physical Volume segment columns.
diff --git a/man/vgdisplay.8.in b/man/vgdisplay.8.in
index 172dba472..89a7a5a18 100644
--- a/man/vgdisplay.8.in
+++ b/man/vgdisplay.8.in
@@ -37,7 +37,7 @@ vgdisplay \(em display attributes of volume groups
.RB [ \-\-noheadings ]
.RB [ \-\-nosuffix ]
.RB [ \-o|\-\-options
-.RI [ + ] Field1 [ ,Field2 ...]]
+.RI [ + | \- | # ] Field1 [ ,Field2 ...]]
.RB [ \-O | \-\-sort
.RI [ + | \- ] Key1 [ , [ + | \- ] Key2 ...]]
.RB [ \-P | \-\-partial ]
diff --git a/man/vgs.8.in b/man/vgs.8.in
index 654e8bbd0..f21966506 100644
--- a/man/vgs.8.in
+++ b/man/vgs.8.in
@@ -16,7 +16,7 @@ vgs \(em report information about volume groups
.RB [ \-\-noheadings ]
.RB [ \-\-nosuffix ]
.RB [ \-o | \-\-options
-.RI [ + ] Field1 [ ,Field2 ...]]
+.RI [ + | \- | # ] Field1 [ ,Field2 ...]]
.RB [ \-O | \-\-sort
.RI [ + | \- ] Key1 [ , [ + | \- ] Key2 ...]]
.RB [ \-P | \-\-partial ]
@@ -63,8 +63,13 @@ Suppress the suffix on output sizes. Use with \fB\-\-units\fP
(except h and H) if processing the output.
.TP
.BR \-o ", " \-\-options
-Comma-separated ordered list of columns. Precede the list with '+' to append
-to the default selection of columns.
+Comma-separated ordered list of columns.
+.IP
+Precede the list with '\fI+\fP' to append to the current list
+of columns, '\fI-\fP' to remove from the current list of columns
+or '\fI#\fP' to compact given columns. The \fI\-o\fP option can
+be repeated, providing several lists. These lists are evaluated
+from left to right.
.IP
Use \fB\-o vg_all\fP to select all volume group columns.
.IP