Blame SOURCES/lvm2-2_03_03-vdo-some-formating-updates.patch

146ac4
 man/lvmvdo.7_main | 15 ++++++++-------
146ac4
 1 file changed, 8 insertions(+), 7 deletions(-)
146ac4
146ac4
diff --git a/man/lvmvdo.7_main b/man/lvmvdo.7_main
146ac4
index e789f7f..9bd10ac 100644
146ac4
--- a/man/lvmvdo.7_main
146ac4
+++ b/man/lvmvdo.7_main
146ac4
@@ -5,7 +5,6 @@ lvmvdo \(em EXPERIMENTAL LVM Virtual Data Optimizer support
146ac4
 
146ac4
 .SH DESCRIPTION
146ac4
 
146ac4
-
146ac4
 VDO (which includes kvdo and vdo) is software that provides inline
146ac4
 block-level deduplication, compression, and thin provisioning capabilities
146ac4
 for primary storage.
146ac4
@@ -179,7 +178,9 @@ EOF
146ac4
 Disable or enable compression and deduplication for VDO pool LV
146ac4
 (the volume that maintains all VDO LV(s) associated with it).
146ac4
 
146ac4
+.nf
146ac4
 .B lvchange --compression [y|n] --deduplication [y|n] VG/VDOPoolLV
146ac4
+.fi
146ac4
 
146ac4
 .I Example
146ac4
 .br
146ac4
@@ -196,7 +197,7 @@ content of virtual data for VDOLV and how much space is already
146ac4
 consumed with all the data and metadata blocks in VDOPoolLV.
146ac4
 For a detailed description use \fBvdostats\fP(8) command.
146ac4
 
146ac4
-Note: vdostats currently understands only /dev/mapper device names.
146ac4
+Note: \fBvdostats\fP(8) currently understands only /dev/mapper device names.
146ac4
 
146ac4
 .I Example
146ac4
 .br
146ac4
@@ -216,11 +217,9 @@ Note: vdostats currently understands only /dev/mapper device names.
146ac4
   release version                     : 133524
146ac4
   data blocks used                    : 79
146ac4
   ...
146ac4
-
146ac4
 .fi
146ac4
 
146ac4
 .SH VDO Topics
146ac4
-
146ac4
 .br
146ac4
 
146ac4
 \&
146ac4
@@ -233,9 +232,11 @@ Note: vdostats currently understands only /dev/mapper device names.
146ac4
 .BR lvconvert (8),
146ac4
 .BR lvchange (8),
146ac4
 .BR lvextend (8),
146ac4
+.BR lvreduce (8),
146ac4
+.BR lvresize (8),
146ac4
 .BR lvremove (8),
146ac4
 .BR lvs (8),
146ac4
 .BR vdo (8),
146ac4
-.BR vdoformat (8)
146ac4
-.BR vdostats (8)
146ac4
-
146ac4
+.BR vdoformat (8),
146ac4
+.BR vdostats (8),
146ac4
+.BR mkfs (8)