]> wimlib.net Git - wimlib/blobdiff - doc/imagex-split.1.in
Doc updates and fix daemon polling
[wimlib] / doc / imagex-split.1.in
index a1356df3e73320f0aa3acb114dce5e83c473dab1..d15e69ed9d2f8fef3d55042a22a35722a2984d05 100644 (file)
@@ -1,6 +1,6 @@
-.TH IMAGEX "1" "May 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
+.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
 .SH NAME
 .SH NAME
-imagex split \- Split a WIM into multiple parts
+imagex-split \- Split a WIM into multiple parts
 
 .SH SYNOPSIS
 \fBimagex split\fR \fIWIMFILE\fR \fISPLIT_WIMFILE\fR \fIPART_SIZE\fR [\fIOPTION...\fR]
 
 .SH SYNOPSIS
 \fBimagex split\fR \fIWIMFILE\fR \fISPLIT_WIMFILE\fR \fIPART_SIZE\fR [\fIOPTION...\fR]
@@ -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
 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',
 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
 
 
 .SH NOTE