X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fimagex-split.1.in;h=f02ce9d58444238e3c7177596eeb6a8b8d3d3c7f;hp=5c5cb19b28c319385797ec98d03fa3bc3f8c3cb2;hb=7f0b7bd354274147b4e200c02c06d3e039df07dd;hpb=fd4b7f8da1550b65583b351a9af2672e6f825963 diff --git a/doc/imagex-split.1.in b/doc/imagex-split.1.in index 5c5cb19b..f02ce9d5 100644 --- a/doc/imagex-split.1.in +++ b/doc/imagex-split.1.in @@ -1,9 +1,9 @@ -.TH IMAGEX "1" "October 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" +.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME -imagex-split \- Split a WIM into multiple parts +@IMAGEX_PROGNAME@-split \- Split a WIM into multiple parts .SH SYNOPSIS -\fBimagex split\fR \fIWIMFILE\fR \fISPLIT_WIMFILE\fR \fIPART_SIZE\fR [\fIOPTION...\fR] +\fB@IMAGEX_PROGNAME@ split\fR \fIWIMFILE\fR \fISPLIT_WIMFILE\fR \fIPART_SIZE\fR [\fIOPTION...\fR] .SH DESCRIPTION .PP @@ -25,10 +25,10 @@ Splits the WIM 'windows.wim' into 'windows.swm', 'windows2.swm', 'windows3.swm', etc. where each part is at most 100 MiB: .RS .PP -imagex split windows.wim windows.swm 100 +@IMAGEX_PROGNAME@ split windows.wim windows.swm 100 .RE -.SH NOTE +.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 @@ -39,4 +39,4 @@ 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 (1) +.BR @IMAGEX_PROGNAME@ (1)