summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2017-03-15 11:30:34 -0500
committerDavid Teigland <teigland@redhat.com>2017-03-15 11:30:34 -0500
commit60eb74a27ad91112d9a3d0409286e1de2789418f (patch)
treec698bb33eb27bb22796388da357b9a11b63bd41a
parent7e9bc7786538663f0079709f861d4deb873baaa2 (diff)
downloadlvm2-60eb74a27ad91112d9a3d0409286e1de2789418f.tar.gz
man: remove blank lines in included files
-rw-r--r--man/lvchange.8_end1
-rw-r--r--man/lvconvert.8_end3
-rw-r--r--man/lvcreate.8_des1
-rw-r--r--man/lvcreate.8_end1
-rw-r--r--man/lvextend.8_end2
5 files changed, 0 insertions, 8 deletions
diff --git a/man/lvchange.8_end b/man/lvchange.8_end
index 7134e46cc..0ae1cce1a 100644
--- a/man/lvchange.8_end
+++ b/man/lvchange.8_end
@@ -3,4 +3,3 @@
Change LV permission to read-only:
.sp
.B lvchange \-pr vg00/lvol1
-
diff --git a/man/lvconvert.8_end b/man/lvconvert.8_end
index 5a3d4759e..bd1743410 100644
--- a/man/lvconvert.8_end
+++ b/man/lvconvert.8_end
@@ -1,5 +1,4 @@
.SH NOTES
-
This previous command syntax would perform two different operations:
.br
\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.)
.SH EXAMPLES
-
Convert a linear LV to a two-way mirror LV.
.br
.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.
.br
.B lvconvert \-\-uncache vg/lvol1
-
diff --git a/man/lvcreate.8_des b/man/lvcreate.8_des
index 2f5c5c11d..42f42135d 100644
--- a/man/lvcreate.8_des
+++ b/man/lvcreate.8_des
@@ -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
a standard LV with a cache pool, used to cache active portions of the LV
to improve performance.
-
.SS Usage notes
In the usage section below, \fB--size\fP \fISize\fP can be replaced
with \fB--extents\fP \fINumber\fP. See both descriptions
diff --git a/man/lvcreate.8_end b/man/lvcreate.8_end
index 74ae599cb..b4ebd2d99 100644
--- a/man/lvcreate.8_end
+++ b/man/lvcreate.8_end
@@ -95,4 +95,3 @@ then combining the new origin LV with an existing cache pool.
.RS
.B \-L 100G \-n mylv vg00 /dev/slow1
.RE
-
diff --git a/man/lvextend.8_end b/man/lvextend.8_end
index 6d197de81..aebe6d8b1 100644
--- a/man/lvextend.8_end
+++ b/man/lvextend.8_end
@@ -1,5 +1,4 @@
.SH EXAMPLES
-
Extend the size of an LV by 54MiB, using a specific PV.
.br
.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.
.br
.B lvextend \-L+16m vg01/lvol01 /dev/sda:8\-9 /dev/sdb:8\-9
-