1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

make: generate

This commit is contained in:
Zdenek Kabelac 2024-12-06 17:22:33 +01:00
parent 2b82e882ed
commit 4a18f89736
7 changed files with 62 additions and 60 deletions

View File

@ -118,6 +118,21 @@ and more, using a more compact and configurable output format.
. .
.SH USAGE .SH USAGE
. .
\fBlvdisplay\fP
.br
.RS 4
.ad l
[ \fB-m\fP|\fB--maps\fP ]
.br
[ COMMON_OPTIONS ]
.ad b
.RE
.RS 4
[ \fIVG\fP|\fILV\fP|\fITag\fP ... ]
.RE
.P
\(em
.P
Display output in columns like lvs. Display output in columns like lvs.
.br .br
.P .P
@ -174,21 +189,6 @@ Generate colon separated output.
.P .P
\(em \(em
.P .P
\fBlvdisplay\fP
.br
.RS 4
.ad l
[ \fB-m\fP|\fB--maps\fP ]
.br
[ COMMON_OPTIONS ]
.ad b
.RE
.RS 4
[ \fIVG\fP|\fILV\fP|\fITag\fP ... ]
.RE
.P
\(em
.P
Common options for command: Common options for command:
. .
.RS 4 .RS 4

View File

@ -27,10 +27,10 @@ if information changes between commands.
.br .br
.RS 4 .RS 4
.ad l .ad l
[ \fB-a\fP|\fB--all\fP ]
.br
[ \fB-S\fP|\fB--select\fP \fIString\fP ] [ \fB-S\fP|\fB--select\fP \fIString\fP ]
.br .br
[ \fB-a\fP|\fB--all\fP ]
.br
[ \fB-o\fP|\fB--options\fP \fIString\fP ] [ \fB-o\fP|\fB--options\fP \fIString\fP ]
.br .br
[ \fB-O\fP|\fB--sort\fP \fIString\fP ] [ \fB-O\fP|\fB--sort\fP \fIString\fP ]

View File

@ -25,10 +25,10 @@ lvs produces formatted output about LVs.
.ad l .ad l
[ \fB-H\fP|\fB--history\fP ] [ \fB-H\fP|\fB--history\fP ]
.br .br
[ \fB-a\fP|\fB--all\fP ]
.br
[ \fB-S\fP|\fB--select\fP \fIString\fP ] [ \fB-S\fP|\fB--select\fP \fIString\fP ]
.br .br
[ \fB-a\fP|\fB--all\fP ]
.br
[ \fB-o\fP|\fB--options\fP \fIString\fP ] [ \fB-o\fP|\fB--options\fP \fIString\fP ]
.br .br
[ \fB-O\fP|\fB--sort\fP \fIString\fP ] [ \fB-O\fP|\fB--sort\fP \fIString\fP ]

View File

@ -118,6 +118,23 @@ and more, using a more compact and configurable output format.
. .
.SH USAGE .SH USAGE
. .
\fBpvdisplay\fP
.br
.RS 4
.ad l
[ \fB-m\fP|\fB--maps\fP ]
.br
[ \fB-s\fP|\fB--short\fP ]
.br
[ COMMON_OPTIONS ]
.ad b
.RE
.RS 4
[ \fIPV\fP|\fITag\fP ... ]
.RE
.P
\(em
.P
Display output in columns like pvs. Display output in columns like pvs.
.br .br
.P .P
@ -125,6 +142,8 @@ Display output in columns like pvs.
.br .br
.RS 4 .RS 4
.ad l .ad l
[ \fB-a\fP|\fB--all\fP ]
.br
[ \fB-o\fP|\fB--options\fP \fIString\fP ] [ \fB-o\fP|\fB--options\fP \fIString\fP ]
.br .br
[ \fB-O\fP|\fB--sort\fP \fIString\fP ] [ \fB-O\fP|\fB--sort\fP \fIString\fP ]
@ -174,29 +193,10 @@ Generate colon separated output.
.P .P
\(em \(em
.P .P
\fBpvdisplay\fP
.br
.RS 4
.ad l
[ \fB-m\fP|\fB--maps\fP ]
.br
[ \fB-s\fP|\fB--short\fP ]
.br
[ COMMON_OPTIONS ]
.ad b
.RE
.RS 4
[ \fIPV\fP|\fITag\fP ... ]
.RE
.P
\(em
.P
Common options for command: Common options for command:
. .
.RS 4 .RS 4
.ad l .ad l
[ \fB-a\fP|\fB--all\fP ]
.br
[ \fB-S\fP|\fB--select\fP \fIString\fP ] [ \fB-S\fP|\fB--select\fP \fIString\fP ]
.br .br
[ \fB--configreport\fP \fBlog\fP|\fBvg\fP|\fBlv\fP|\fBpv\fP|\fBpvseg\fP|\fBseg\fP ] [ \fB--configreport\fP \fBlog\fP|\fBvg\fP|\fBlv\fP|\fBpv\fP|\fBpvseg\fP|\fBseg\fP ]

View File

@ -25,10 +25,10 @@ pvs produces formatted output about PVs.
.ad l .ad l
[ \fB-A\fP|\fB--allpvs\fP ] [ \fB-A\fP|\fB--allpvs\fP ]
.br .br
[ \fB-a\fP|\fB--all\fP ]
.br
[ \fB-S\fP|\fB--select\fP \fIString\fP ] [ \fB-S\fP|\fB--select\fP \fIString\fP ]
.br .br
[ \fB-a\fP|\fB--all\fP ]
.br
[ \fB-o\fP|\fB--options\fP \fIString\fP ] [ \fB-o\fP|\fB--options\fP \fIString\fP ]
.br .br
[ \fB-O\fP|\fB--sort\fP \fIString\fP ] [ \fB-O\fP|\fB--sort\fP \fIString\fP ]

View File

@ -115,6 +115,23 @@ and more, using a more compact and configurable output format.
. .
.SH USAGE .SH USAGE
. .
\fBvgdisplay\fP
.br
.RS 4
.ad l
[ \fB-s\fP|\fB--short\fP ]
.br
[ \fB-A\fP|\fB--activevolumegroups\fP ]
.br
[ COMMON_OPTIONS ]
.ad b
.RE
.RS 4
[ \fIVG\fP|\fITag\fP ... ]
.RE
.P
\(em
.P
Display output in columns like vgs. Display output in columns like vgs.
.br .br
.P .P
@ -122,6 +139,8 @@ Display output in columns like vgs.
.br .br
.RS 4 .RS 4
.ad l .ad l
[ \fB-a\fP|\fB--all\fP ]
.br
[ \fB-o\fP|\fB--options\fP \fIString\fP ] [ \fB-o\fP|\fB--options\fP \fIString\fP ]
.br .br
[ \fB-O\fP|\fB--sort\fP \fIString\fP ] [ \fB-O\fP|\fB--sort\fP \fIString\fP ]
@ -162,20 +181,7 @@ Generate colon separated output.
.br .br
.RS 4 .RS 4
.ad l .ad l
[ COMMON_OPTIONS ] [ \fB-A\fP|\fB--activevolumegroups\fP ]
.ad b
.RE
.RS 4
[ \fIVG\fP|\fITag\fP ... ]
.RE
.P
\(em
.P
\fBvgdisplay\fP
.br
.RS 4
.ad l
[ \fB-s\fP|\fB--short\fP ]
.br .br
[ COMMON_OPTIONS ] [ COMMON_OPTIONS ]
.ad b .ad b
@ -190,10 +196,6 @@ Common options for command:
. .
.RS 4 .RS 4
.ad l .ad l
[ \fB-A\fP|\fB--activevolumegroups\fP ]
.br
[ \fB-a\fP|\fB--all\fP ]
.br
[ \fB-S\fP|\fB--select\fP \fIString\fP ] [ \fB-S\fP|\fB--select\fP \fIString\fP ]
.br .br
[ \fB--configreport\fP \fBlog\fP|\fBvg\fP|\fBlv\fP|\fBpv\fP|\fBpvseg\fP|\fBseg\fP ] [ \fB--configreport\fP \fBlog\fP|\fBvg\fP|\fBlv\fP|\fBpv\fP|\fBpvseg\fP|\fBseg\fP ]

View File

@ -23,10 +23,10 @@ vgs produces formatted output about VGs.
.br .br
.RS 4 .RS 4
.ad l .ad l
[ \fB-a\fP|\fB--all\fP ]
.br
[ \fB-S\fP|\fB--select\fP \fIString\fP ] [ \fB-S\fP|\fB--select\fP \fIString\fP ]
.br .br
[ \fB-a\fP|\fB--all\fP ]
.br
[ \fB-o\fP|\fB--options\fP \fIString\fP ] [ \fB-o\fP|\fB--options\fP \fIString\fP ]
.br .br
[ \fB-O\fP|\fB--sort\fP \fIString\fP ] [ \fB-O\fP|\fB--sort\fP \fIString\fP ]