]> wimlib.net Git - wimlib/blobdiff - doc/imagex-split.1.in
Man page cleanups
[wimlib] / doc / imagex-split.1.in
index 6da46bbbbeb9538ee2082b851dc9448d6d213307..6baa6f4f5ce4a5b3d3efef02a5d60aa63aa7a210 100644 (file)
@@ -1,17 +1,12 @@
 .TH IMAGEX "1" "May 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-split \- Split a WIM into multiple parts
 .TH IMAGEX "1" "May 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@-split \- Split a WIM into multiple parts
-
 .SH SYNOPSIS
 \fB@IMAGEX_PROGNAME@ split\fR \fIWIMFILE\fR \fISPLIT_WIMFILE\fR \fIPART_SIZE\fR [\fIOPTION...\fR]
 .SH SYNOPSIS
 \fB@IMAGEX_PROGNAME@ split\fR \fIWIMFILE\fR \fISPLIT_WIMFILE\fR \fIPART_SIZE\fR [\fIOPTION...\fR]
-
 .SH DESCRIPTION
 .SH DESCRIPTION
-.PP
-
 Splits \fIWIMFILE\fR into parts with size at most \fIPART_SIZE\fR mebibytes,
 with the first part having the name \fISPLIT_WIMFILE\fR and the other parts
 having names numbered in order of the parts.
 Splits \fIWIMFILE\fR into parts with size at most \fIPART_SIZE\fR mebibytes,
 with the first part having the name \fISPLIT_WIMFILE\fR and the other parts
 having names numbered in order of the parts.
-
 .SH OPTIONS
 .TP 6
 \fB--check\fR
 .SH OPTIONS
 .TP 6
 \fB--check\fR
@@ -19,7 +14,6 @@ When reading \fIWIMFILE\fR, verify its integrity if the integrity table is
 present; additionally, when writing each \fISPLIT_WIMFILE\fR, write an integrity
 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.
 present; additionally, when writing each \fISPLIT_WIMFILE\fR, write an integrity
 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
 Splits the WIM 'windows.wim' into 'windows.swm', 'windows2.swm', 'windows3.swm',
 etc. where each part is at most 100 MiB:
 .SH EXAMPLES
 Splits the WIM 'windows.wim' into 'windows.swm', 'windows2.swm', 'windows3.swm',
 etc. where each part is at most 100 MiB:
@@ -27,9 +21,7 @@ etc. where each part is at most 100 MiB:
 .PP
 @IMAGEX_PROGNAME@ split windows.wim windows.swm 100
 .RE
 .PP
 @IMAGEX_PROGNAME@ split windows.wim windows.swm 100
 .RE
-
 .SH LIMITATIONS
 .SH LIMITATIONS
-
 It it possible for the size of the parts to exceed the \fIPART_SIZE\fR given.
 This is impossible to avoid and Microsoft's program has this problem as well
 because the WIM file format provides no way to divide a single file resource in
 It it possible for the size of the parts to exceed the \fIPART_SIZE\fR given.
 This is impossible to avoid and Microsoft's program has this problem as well
 because the WIM file format provides no way to divide a single file resource in
@@ -37,6 +29,5 @@ the WIM among multiple split WIM parts.  So if you, for example, have a file
 inside the WIM that is 100 MiB, then an uncompressed split WIM will have at
 least one part that is 100 MiB in size to contain that file.  However, if the
 WIM resources are compressed then less space would be needed.
 inside the WIM that is 100 MiB, then an uncompressed split WIM will have at
 least one part that is 100 MiB in size to contain that file.  However, if the
 WIM resources are compressed then less space would be needed.
-
 .SH SEE ALSO
 .BR @IMAGEX_PROGNAME@ (1)
 .SH SEE ALSO
 .BR @IMAGEX_PROGNAME@ (1)