]> wimlib.net Git - wimlib/blobdiff - doc/imagex-split.1.in
imagex-dir.1, imagex-info.1 updates
[wimlib] / doc / imagex-split.1.in
index eff44184177f071d148476458d6653fb7ca635c5..31b7261914179f66970c2d86b6f8dbd71f8533f5 100644 (file)
@@ -21,11 +21,12 @@ table.  If this option is not specified, no integrity tables are included in the
 split WIM files, even if there was one in the original WIM.
 
 .SH EXAMPLES
-.IP 
-imagex split windows.wim windows.swm 100
-.LP
 Splits the WIM 'windows.wim' into 'windows.swm', 'windows2.swm', 'windows3.swm',
-etc. where each part is at most 100 MiB.
+etc. where each part is at most 100 MiB:
+.RS
+.PP
+imagex split windows.wim windows.swm 100
+.RE
 
 .SH NOTE