summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDave Wysochanski <dwysocha@redhat.com>2009-01-20 17:10:44 +0000
committerDave Wysochanski <dwysocha@redhat.com>2009-01-20 17:10:44 +0000
commit583ee6016922550c8b69335d224509282c458cc4 (patch)
tree879dc7f3b7f5df451cb079fad2fbfe05e3d1155f /man
parent9c961554c4eb67d2ae553f37eeabf379abf24c96 (diff)
downloadlvm2-583ee6016922550c8b69335d224509282c458cc4.tar.gz
Add --nameprefixes to pvs, vgs, lvs man pages.
Diffstat (limited to 'man')
-rw-r--r--man/lvs.8.in7
-rw-r--r--man/pvs.8.in7
-rw-r--r--man/vgs.8.in7
3 files changed, 18 insertions, 3 deletions
diff --git a/man/lvs.8.in b/man/lvs.8.in
index 7eb5c8fde..3482871c8 100644
--- a/man/lvs.8.in
+++ b/man/lvs.8.in
@@ -4,7 +4,7 @@ lvs \- report information about logical volumes
.SH SYNOPSIS
.B lvs
[\-\-aligned] [\-d|\-\-debug] [\-h|\-?|\-\-help]
-[\-\-ignorelockingfailure] [\-\-noheadings] [\-\-nosuffix]
+[\-\-ignorelockingfailure] [\-\-nameprefixes] [\-\-noheadings] [\-\-nosuffix]
[\-o|\-\-options [+]Field[,Field]]
[\-O|\-\-sort [+|-]Key1[,[+|-]Key2[,...]]]
[\-P|\-\-partial] [\-\-rows] [\-\-segments]
@@ -20,6 +20,11 @@ See \fBlvm\fP for common options.
.I \-\-aligned
Use with \-\-separator to align the output columns.
.TP
+.I \-\-nameprefixes
+Add an "LVM2_" prefix plus the field name to the output. Useful
+with --noheadings to produce a list of field=value pairs that can
+be used to set environment variables (for example, in \fBudev (7)\fP rules).
+.TP
.I \-\-noheadings
Suppress the headings line that is normally the first line of output.
Useful if grepping the output.
diff --git a/man/pvs.8.in b/man/pvs.8.in
index 161b5a68e..3f09d18d9 100644
--- a/man/pvs.8.in
+++ b/man/pvs.8.in
@@ -4,7 +4,7 @@ pvs \- report information about physical volumes
.SH SYNOPSIS
.B pvs
[\-\-aligned] [\-d|\-\-debug] [\-h|\-?|\-\-help]
-[\-\-ignorelockingfailure] [\-\-noheadings] [\-\-nosuffix]
+[\-\-ignorelockingfailure] [\-\-nameprefixes] [\-\-noheadings] [\-\-nosuffix]
[\-o|\-\-options [+]Field[,Field]]
[\-O|\-\-sort [+|-]Key1[,[+|-]Key2[,...]]]
[\-\-rows]
@@ -20,6 +20,11 @@ See \fBlvm\fP for common options.
.I \-\-aligned
Use with \-\-separator to align the output columns.
.TP
+.I \-\-nameprefixes
+Add an "LVM2_" prefix plus the field name to the output. Useful
+with --noheadings to produce a list of field=value pairs that can
+be used to set environment variables (for example, in \fBudev (7)\fP rules).
+.TP
.I \-\-noheadings
Suppress the headings line that is normally the first line of output.
Useful if grepping the output.
diff --git a/man/vgs.8.in b/man/vgs.8.in
index b606bdcad..c84323ec2 100644
--- a/man/vgs.8.in
+++ b/man/vgs.8.in
@@ -4,7 +4,7 @@ vgs \- report information about volume groups
.SH SYNOPSIS
.B vgs
[\-\-aligned] [\-d|\-\-debug] [\-h|\-?|\-\-help]
-[\-\-ignorelockingfailure] [\-\-noheadings] [\-\-nosuffix]
+[\-\-ignorelockingfailure] [\-\-nameprefixes] [\-\-noheadings] [\-\-nosuffix]
[\-o|\-\-options [+]Field[,Field]]
[\-O|\-\-sort [+|-]Key1[,[+|-]Key2[,...]]]
[\-P|\-\-partial] [\-\-rows]
@@ -20,6 +20,11 @@ See \fBlvm\fP for common options.
.I \-\-aligned
Use with \-\-separator to align the output columns.
.TP
+.I \-\-nameprefixes
+Add an "LVM2_" prefix plus the field name to the output. Useful
+with --noheadings to produce a list of field=value pairs that can
+be used to set environment variables (for example, in \fBudev (7)\fP rules).
+.TP
.I \-\-noheadings
Suppress the headings line that is normally the first line of output.
Useful if grepping the output.