summaryrefslogtreecommitdiff
path: root/man/lvextend.8_end
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-04-16 15:57:01 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2021-04-19 14:54:37 +0200
commitd1f8978ac5adbe7274faa62011dbb30a95719191 (patch)
treed5bd42f21a61710f760d356fdf445a80e49c314f /man/lvextend.8_end
parent5f75f5e2bc0f10c74151914aa59264d29815d9ba (diff)
downloadlvm2-d1f8978ac5adbe7274faa62011dbb30a95719191.tar.gz
man: replace empty lines
Diffstat (limited to 'man/lvextend.8_end')
-rw-r--r--man/lvextend.8_end6
1 files changed, 4 insertions, 2 deletions
diff --git a/man/lvextend.8_end b/man/lvextend.8_end
index af24d4f80..3cffe1d25 100644
--- a/man/lvextend.8_end
+++ b/man/lvextend.8_end
@@ -1,14 +1,16 @@
+.
.SH EXAMPLES
+.
Extend the size of an LV by 54MiB, using a specific PV.
.br
.B lvextend -L +54 vg01/lvol10 /dev/sdk3
-
+.P
Extend the size of an LV by the amount of free
space on PV /dev/sdk3. This is equivalent to specifying
"-l +100%PVS" on the command line.
.br
.B lvextend vg01/lvol01 /dev/sdk3
-
+.P
Extend an LV by 16MiB using specific physical extents.
.br
.B lvextend -L+16m vg01/lvol01 /dev/sda:8-9 /dev/sdb:8-9