Blob Blame History Raw
 man/lvmvdo.7_main | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

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