X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fimagex-split.1.in;h=f3127bf8817fada09077e1eb0aafa0593de5d079;hp=fa53ee2a55b1f72ef704dba1831678b5676ef6d2;hb=da295f258b60e1593de305385c0669eac4b76644;hpb=1a8b4a9f6e24d3ebbd75a86f73955e0f3f5e1785 diff --git a/doc/imagex-split.1.in b/doc/imagex-split.1.in index fa53ee2a..f3127bf8 100644 --- a/doc/imagex-split.1.in +++ b/doc/imagex-split.1.in @@ -1,19 +1,23 @@ -.TH IMAGEX "1" "June 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "August 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] +\fB@IMAGEX_PROGNAME@ split\fR \fIWIMFILE\fR \fISPLIT_WIM_PART_1\fR \fIPART_SIZE\fR [\fIOPTION...\fR] .SH DESCRIPTION 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 +with the first part having the name \fISPLIT_WIM_PART_1\fR and the other parts having names numbered in order of the parts. +This command is also available as simply \fBwimsplit\fR if the appropriate +hard link or batch file has been installed. +.PP +\fB@IMAGEX_PROGNAME@ split\fR can split both non-pipable and pipable WIMs. .SH OPTIONS .TP 6 \fB--check\fR 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 split WIM part, write an integrity +table. If this option is not specified, integrity tables will be included in +the split WIMs if and only if one was present in \fIWIMFILE\fR. .SH EXAMPLES Splits the WIM 'windows.wim' into 'windows.swm', 'windows2.swm', 'windows3.swm', etc. where each part is at most 100 MiB: