summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2016-08-09 17:55:34 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2016-08-09 18:49:11 +0200
commitb4f0503d1b55f0f28dbb0d53192aa0ed77423c37 (patch)
tree4d1ecc20a054b5bb31990615744fc81df0014497
parent6fcfa2855ba89f2516a22265a8ed1a70fd841aff (diff)
downloadlvm2-dev-prajnoha-log-report-extras.tar.gz
man: fix references to names for --configreport arg in pvs, vgs and lvs man pagedev-prajnoha-log-report-extras
-rw-r--r--man/lvs.8.in2
-rw-r--r--man/pvs.8.in2
-rw-r--r--man/vgs.8.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/man/lvs.8.in b/man/lvs.8.in
index 3cb2d2b4a..48ef8665d 100644
--- a/man/lvs.8.in
+++ b/man/lvs.8.in
@@ -71,7 +71,7 @@ the "unknown" value which denotes that the value could not be determined).
.B \-\-configreport \fI ReportName
Make any subsequent \fB\-o, \-\-options\fP, \fB\-O, \-\-sort\fP or
\fB\-S, \-\-select\fP to apply for \fIReportName\fP where \fIReportName\fP
-is either 'lvs' for command's main report or 'log' for log report.
+is either 'lv' for command's main report or 'log' for log report.
If \fB\-\-configreport\fP option is not used to identify a report, then
command's main report is assumed. The log report is available only if
enabled by \fBlog/report_command_log\fP \fBlvm.conf\fP(5) setting or
diff --git a/man/pvs.8.in b/man/pvs.8.in
index 0a60b6f70..54f21c3fa 100644
--- a/man/pvs.8.in
+++ b/man/pvs.8.in
@@ -60,7 +60,7 @@ the "unknown" value which denotes that the value could not be determined).
.B \-\-configreport \fI ReportName
Make any subsequent \fB\-o, \-\-options\fP, \fB\-O, \-\-sort\fP or
\fB\-S, \-\-select\fP to apply for \fIReportName\fP where \fIReportName\fP
-is either 'pvs' for command's main report or 'log' for log report.
+is either 'pv' for command's main report or 'log' for log report.
If \fB\-\-configreport\fP option is not used to identify a report, then
command's main report is assumed. The log report is available only if
enabled by \fBlog/report_command_log\fP \fBlvm.conf\fP(5) setting or
diff --git a/man/vgs.8.in b/man/vgs.8.in
index ab9d9acd5..080086c40 100644
--- a/man/vgs.8.in
+++ b/man/vgs.8.in
@@ -58,7 +58,7 @@ the "unknown" value which denotes that the value could not be determined).
.B \-\-configreport \fI ReportName
Make any subsequent \fB\-o, \-\-options\fP, \fB\-O, \-\-sort\fP or
\fB\-S, \-\-select\fP to apply for \fIReportName\fP where \fIReportName\fP
-is either 'vgs' for command's main report or 'log' for log report.
+is either 'vg' for command's main report or 'log' for log report.
If \fB\-\-configreport\fP option is not used to identify a report, then
command's main report is assumed. The log report is available only if
enabled by \fBlog/report_command_log\fP \fBlvm.conf\fP(5) setting or