X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fimagex-split.1.in;h=23cba7ff11f9b935dadfba2e79f9a941a5692235;hp=a1356df3e73320f0aa3acb114dce5e83c473dab1;hb=aaa78d43bcfd5edfd8116c2f3309b706c86ff6d1;hpb=8e4a9a0129dabaddef33ee0a99f7f8b221bdf483 diff --git a/doc/imagex-split.1.in b/doc/imagex-split.1.in index a1356df3..23cba7ff 100644 --- a/doc/imagex-split.1.in +++ b/doc/imagex-split.1.in @@ -1,9 +1,9 @@ -.TH IMAGEX "1" "May 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands" +.TH IMAGEX "1" "March 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 @@ -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 -.IP -imagex split windows.wim windows.swm 100 -.LP 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_PROGNAME@ split windows.wim windows.swm 100 +.RE .SH NOTE @@ -38,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)