X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fimagex-join.1.in;h=605e2af4a34fd6834d4fc956adab62afb9de7c2d;hp=131aed377137dc5becae138970cd57e93bd41873;hb=62e209e9aeaa36ba9e3c2a174428805b7264e0e7;hpb=ce81b1490c131f0be20c21661bc8f954d45c417c diff --git a/doc/imagex-join.1.in b/doc/imagex-join.1.in index 131aed37..605e2af4 100644 --- a/doc/imagex-join.1.in +++ b/doc/imagex-join.1.in @@ -1,43 +1,40 @@ -.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME -imagex-join \- Join split WIMs into a standalone one-part WIM - +@IMAGEX_PROGNAME@-join \- Join split WIMs into a standalone one-part WIM .SH SYNOPSIS -\fBimagex join\fR [\fIOPTION...] \fIOUT_WIMFILE\fR \fISPLIT_WIM...\fR - +\fB@IMAGEX_PROGNAME@ join\fR [\fIOPTION\fR...] \fIOUT_WIMFILE\fR +\fISPLIT_WIM_PART\fR... .SH DESCRIPTION +Joins the \fISPLIT_WIM_PARTs\fR into a standalone one-part WIM \fIOUT_WIMFILE\fR. +This command is also available as simply \fBwimjoin\fR if the appropriate hard +link or batch file has been installed. .PP -Joins the \fISPLIT_WIMs\fR into a standalone one-part WIM \fIOUT_WIMFILE\fR. - All parts of the split WIM must be specified. You probably want to do so using a shell wildcard. - +.PP +\fB@IMAGEX_PROGNAME@ join\fR can join both non-pipable and pipable split WIMs. .SH OPTIONS .TP 6 \fB--check\fR -When reading each \fISPLIT_WIM\fR, verify its integrity if the integrity table is -present; additionally, when writing \fIOUT_WIMFILE\fR, -write an integrity table. If this option is not specified, no integrity table -is included in the new WIM file, even if there was one before. - +When reading each \fISPLIT_WIM_PART\fR, verify its integrity if the integrity table +is present; additionally, when writing \fIOUT_WIMFILE\fR, write an integrity +table. If this option is not specified, an integrity table will be included in +\fIOUT_WIMFILE\fR if and only if one was present in the first part of the split +WIM. .SH EXAMPLES Join a split WIM, with the parts named `windows*.swm' where the * is anything (usually the number of the part, except for the first part which may have no number), and write the joined WIM to the file `windows.wim'. .RS .PP -imagex join windows.wim windows*.swm +@IMAGEX_PROGNAME@ join windows.wim windows*.swm .RE - .SH NOTES -\fBimagex join\fR is roughly equivalent to: +\fB@IMAGEX_PROGNAME@ join\fR is roughly equivalent to: .RS .PP -\fBimagex export\fR \fISWM_PART_1\fR --ref="\fISWM_GLOB\fR" [--check] all \fIOUT_WIMFILE\fR +\fB@IMAGEX_PROGNAME@ export\fR \fISWM_PART_1\fR --ref="\fISWM_GLOB\fR" all \fIOUT_WIMFILE\fR .RE -.PP - - .SH SEE ALSO -.BR imagex (1) -.BR imagex-export (1) +.BR @IMAGEX_PROGNAME@ (1) +.BR @IMAGEX_PROGNAME@-export (1)