mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
make: generate
This commit is contained in:
parent
5a1248f1d4
commit
5a6d1369f6
@ -2017,7 +2017,11 @@ activation {
|
||||
# buffered = 1
|
||||
|
||||
# Configuration option report/headings.
|
||||
# Show headings for columns on report.
|
||||
# Format of LVM command's report output headings.
|
||||
# Accepted values:
|
||||
# 0 no headings,
|
||||
# 1 headings with column abbreviations,
|
||||
# 2 headings with full column names.
|
||||
# This configuration option has an automatic default value.
|
||||
# headings = 1
|
||||
|
||||
|
@ -43,6 +43,8 @@ if information changes between commands.
|
||||
.br
|
||||
[ \fB--foreign\fP ]
|
||||
.br
|
||||
[ \fB--headings\fP \fBnone\fP|\fBabbrev\fP|\fBfull\fP|\fB0\fP|\fB1\fP|\fB2\fP ]
|
||||
.br
|
||||
[ \fB--ignorelockingfailure\fP ]
|
||||
.br
|
||||
[ \fB--logonly\fP ]
|
||||
@ -196,6 +198,14 @@ Report/display foreign VGs that would otherwise be skipped.
|
||||
See \fBlvmsystemid\fP(7) for more information about foreign VGs.
|
||||
.
|
||||
.HP
|
||||
\fB--headings\fP \fBnone\fP|\fBabbrev\fP|\fBfull\fP|\fB0\fP|\fB1\fP|\fB2\fP
|
||||
.br
|
||||
Type of headings to use in report output.
|
||||
\fBnone\fP or \fB0\fP: No headings.
|
||||
\fBabbrev\fP or \fB1\fP: Column name abbreviations.
|
||||
\fBfull\fP or \fB2\fP: Full column names.
|
||||
.
|
||||
.HP
|
||||
\fB-h\fP|\fB--help\fP
|
||||
.br
|
||||
Display help text.
|
||||
|
@ -43,6 +43,8 @@ lvs produces formatted output about LVs.
|
||||
.br
|
||||
[ \fB--foreign\fP ]
|
||||
.br
|
||||
[ \fB--headings\fP \fBnone\fP|\fBabbrev\fP|\fBfull\fP|\fB0\fP|\fB1\fP|\fB2\fP ]
|
||||
.br
|
||||
[ \fB--ignorelockingfailure\fP ]
|
||||
.br
|
||||
[ \fB--logonly\fP ]
|
||||
@ -199,6 +201,14 @@ Report/display foreign VGs that would otherwise be skipped.
|
||||
See \fBlvmsystemid\fP(7) for more information about foreign VGs.
|
||||
.
|
||||
.HP
|
||||
\fB--headings\fP \fBnone\fP|\fBabbrev\fP|\fBfull\fP|\fB0\fP|\fB1\fP|\fB2\fP
|
||||
.br
|
||||
Type of headings to use in report output.
|
||||
\fBnone\fP or \fB0\fP: No headings.
|
||||
\fBabbrev\fP or \fB1\fP: Column name abbreviations.
|
||||
\fBfull\fP or \fB2\fP: Full column names.
|
||||
.
|
||||
.HP
|
||||
\fB-h\fP|\fB--help\fP
|
||||
.br
|
||||
Display help text.
|
||||
|
@ -41,6 +41,8 @@ pvs produces formatted output about PVs.
|
||||
.br
|
||||
[ \fB--foreign\fP ]
|
||||
.br
|
||||
[ \fB--headings\fP \fBnone\fP|\fBabbrev\fP|\fBfull\fP|\fB0\fP|\fB1\fP|\fB2\fP ]
|
||||
.br
|
||||
[ \fB--ignorelockingfailure\fP ]
|
||||
.br
|
||||
[ \fB--logonly\fP ]
|
||||
@ -196,6 +198,14 @@ Report/display foreign VGs that would otherwise be skipped.
|
||||
See \fBlvmsystemid\fP(7) for more information about foreign VGs.
|
||||
.
|
||||
.HP
|
||||
\fB--headings\fP \fBnone\fP|\fBabbrev\fP|\fBfull\fP|\fB0\fP|\fB1\fP|\fB2\fP
|
||||
.br
|
||||
Type of headings to use in report output.
|
||||
\fBnone\fP or \fB0\fP: No headings.
|
||||
\fBabbrev\fP or \fB1\fP: Column name abbreviations.
|
||||
\fBfull\fP or \fB2\fP: Full column names.
|
||||
.
|
||||
.HP
|
||||
\fB-h\fP|\fB--help\fP
|
||||
.br
|
||||
Display help text.
|
||||
|
@ -39,6 +39,8 @@ vgs produces formatted output about VGs.
|
||||
.br
|
||||
[ \fB--foreign\fP ]
|
||||
.br
|
||||
[ \fB--headings\fP \fBnone\fP|\fBabbrev\fP|\fBfull\fP|\fB0\fP|\fB1\fP|\fB2\fP ]
|
||||
.br
|
||||
[ \fB--ignorelockingfailure\fP ]
|
||||
.br
|
||||
[ \fB--logonly\fP ]
|
||||
@ -193,6 +195,14 @@ Report/display foreign VGs that would otherwise be skipped.
|
||||
See \fBlvmsystemid\fP(7) for more information about foreign VGs.
|
||||
.
|
||||
.HP
|
||||
\fB--headings\fP \fBnone\fP|\fBabbrev\fP|\fBfull\fP|\fB0\fP|\fB1\fP|\fB2\fP
|
||||
.br
|
||||
Type of headings to use in report output.
|
||||
\fBnone\fP or \fB0\fP: No headings.
|
||||
\fBabbrev\fP or \fB1\fP: Column name abbreviations.
|
||||
\fBfull\fP or \fB2\fP: Full column names.
|
||||
.
|
||||
.HP
|
||||
\fB-h\fP|\fB--help\fP
|
||||
.br
|
||||
Display help text.
|
||||
|
Loading…
Reference in New Issue
Block a user