summaryrefslogtreecommitdiff
path: root/man/dmstats.8_main
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2022-07-04 15:10:58 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2022-07-11 01:18:24 +0200
commitfe6fb1ec521407ec586ebda66d67345e33cfc39e (patch)
treee9f18839d63a307704bb06237a6588d437aea812 /man/dmstats.8_main
parentd2667bc25bccaf0f70cc2ded0fd3f25a79cb4f6c (diff)
downloadlvm2-fe6fb1ec521407ec586ebda66d67345e33cfc39e.tar.gz
man: space after size
Put space between size and SI unit. Automatically make this 'space' as fixed size by Makefile sed script.
Diffstat (limited to 'man/dmstats.8_main')
-rw-r--r--man/dmstats.8_main4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/dmstats.8_main b/man/dmstats.8_main
index bf492c554..4f9a9fc7f 100644
--- a/man/dmstats.8_main
+++ b/man/dmstats.8_main
@@ -1142,7 +1142,7 @@ Delete all regions on all devices
#
.B dmstats delete --alldevices --allregions
.P
-Create a whole-device region with areas 10GiB in size on vg00/lvol1
+Create a whole-device region with areas 10 GiB in size on vg00/lvol1
using dmsetup
.br
.br
@@ -1151,7 +1151,7 @@ using dmsetup
.br
vg00-lvol1: Created new region with 5 area(s) as region ID 1
.P
-Create a 1GiB region with 16 areas at the start of vg00/lvol1
+Create a 1 GiB region with 16 areas at the start of vg00/lvol1
.br
#
.B dmstats create --start 0 --len 1G --areas=16 vg00/lvol1