]> wimlib.net Git - wimlib/blobdiff - doc/imagex-split.1.in
wimlib.h: Update wimlib_add_image() docs
[wimlib] / doc / imagex-split.1.in
index d15e69ed9d2f8fef3d55042a22a35722a2984d05..77057e6f6624778f3d61b18a439af371e476d137 100644 (file)
@@ -1,9 +1,9 @@
-.TH IMAGEX "1" "November 2012" "imagex (wimlib) wimlib @VERSION@" "User Commands"
+.TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 .SH NAME
-imagex-split \- Split a WIM into multiple parts
+@IMAGEX_PROGNAME@-split \- Split a WIM into multiple parts
 
 .SH SYNOPSIS
 
 .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
 
 .SH DESCRIPTION
 .PP
@@ -25,7 +25,7 @@ Splits the WIM 'windows.wim' into 'windows.swm', 'windows2.swm', 'windows3.swm',
 etc. where each part is at most 100 MiB:
 .RS
 .PP
 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
 .RE
 
 .SH NOTE
@@ -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
 WIM resources are compressed then less space would be needed.
 
 .SH SEE ALSO
-.BR imagex (1)
+.BR @IMAGEX_PROGNAME@ (1)