1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

man: remove blank lines in included files

This commit is contained in:
David Teigland 2017-03-15 11:30:34 -05:00
parent 7e9bc77865
commit 60eb74a27a
5 changed files with 0 additions and 8 deletions

View File

@ -3,4 +3,3 @@
Change LV permission to read-only: Change LV permission to read-only:
.sp .sp
.B lvchange \-pr vg00/lvol1 .B lvchange \-pr vg00/lvol1

View File

@ -1,5 +1,4 @@
.SH NOTES .SH NOTES
This previous command syntax would perform two different operations: This previous command syntax would perform two different operations:
.br .br
\fBlvconvert --thinpool\fP \fILV1\fP \fB--poolmetadata\fP \fILV2\fP \fBlvconvert --thinpool\fP \fILV1\fP \fB--poolmetadata\fP \fILV2\fP
@ -20,7 +19,6 @@ But, if LV1 was already a cache pool, the command would swap
the current metadata LV with LV2 (for repair purposes.) the current metadata LV with LV2 (for repair purposes.)
.SH EXAMPLES .SH EXAMPLES
Convert a linear LV to a two-way mirror LV. Convert a linear LV to a two-way mirror LV.
.br .br
.B lvconvert \-\-type mirror \-\-mirrors 1 vg/lvol1 .B lvconvert \-\-type mirror \-\-mirrors 1 vg/lvol1
@ -113,4 +111,3 @@ Detach and keep the cache pool from a cache LV.
Detach and remove the cache pool from a cache LV. Detach and remove the cache pool from a cache LV.
.br .br
.B lvconvert \-\-uncache vg/lvol1 .B lvconvert \-\-uncache vg/lvol1

View File

@ -25,7 +25,6 @@ Thin LVs are thinly provisioned from a thin pool, and are created with a
virtual size rather than a physical size. A cache LV is the combination of virtual size rather than a physical size. A cache LV is the combination of
a standard LV with a cache pool, used to cache active portions of the LV a standard LV with a cache pool, used to cache active portions of the LV
to improve performance. to improve performance.
.SS Usage notes .SS Usage notes
In the usage section below, \fB--size\fP \fISize\fP can be replaced In the usage section below, \fB--size\fP \fISize\fP can be replaced
with \fB--extents\fP \fINumber\fP. See both descriptions with \fB--extents\fP \fINumber\fP. See both descriptions

View File

@ -95,4 +95,3 @@ then combining the new origin LV with an existing cache pool.
.RS .RS
.B \-L 100G \-n mylv vg00 /dev/slow1 .B \-L 100G \-n mylv vg00 /dev/slow1
.RE .RE

View File

@ -1,5 +1,4 @@
.SH EXAMPLES .SH EXAMPLES
Extend the size of an LV by 54MiB, using a specific PV. Extend the size of an LV by 54MiB, using a specific PV.
.br .br
.B lvextend \-L +54 vg01/lvol10 /dev/sdk3 .B lvextend \-L +54 vg01/lvol10 /dev/sdk3
@ -13,4 +12,3 @@ space on PV /dev/sdk3. This is equivalent to specifying
Extend an LV by 16MiB using specific physical extents. Extend an LV by 16MiB using specific physical extents.
.br .br
.B lvextend \-L+16m vg01/lvol01 /dev/sda:8\-9 /dev/sdb:8\-9 .B lvextend \-L+16m vg01/lvol01 /dev/sda:8\-9 /dev/sdb:8\-9