]> wimlib.net Git - wimlib/blobdiff - doc/man1/imagex-join.1.in
Remove support for --with-imagex-progname configure option
[wimlib] / doc / man1 / imagex-join.1.in
index dbe4eb32f4591d70570337dfefc509228b757b41..5e837b449b90f04e24356f8e0439e173ad411188 100644 (file)
@@ -1,8 +1,8 @@
-.TH WIMLIB-IMAGEX "1" "November 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX "1" "November 2014" "wimlib-imagex @VERSION@" "User Commands"
 .SH NAME
 .SH NAME
-@IMAGEX_PROGNAME@-join \- Join split WIMs into a standalone one-part WIM
+wimlib-imagex-join \- Join split WIMs into a standalone one-part WIM
 .SH SYNOPSIS
 .SH SYNOPSIS
-\fB@IMAGEX_PROGNAME@ join\fR [\fIOPTION\fR...] \fIOUT_WIMFILE\fR
+\fBwimlib-imagex 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.
 \fISPLIT_WIM_PART\fR...
 .SH DESCRIPTION
 Joins the \fISPLIT_WIM_PARTs\fR into a standalone one-part WIM \fIOUT_WIMFILE\fR.
@@ -12,7 +12,7 @@ link or batch file has been installed.
 All parts of the split WIM  must be specified.  You probably want to do so using
 a shell wildcard.
 .PP
 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.
+\fBwimlib-imagex join\fR can join both non-pipable and pipable split WIMs.
 .SH OPTIONS
 .TP 6
 \fB--check\fR
 .SH OPTIONS
 .TP 6
 \fB--check\fR
@@ -27,14 +27,14 @@ Join a split WIM, with the parts named `windows*.swm' where the * is anything
 number), and write the joined WIM to the file `windows.wim'.
 .RS
 .PP
 number), and write the joined WIM to the file `windows.wim'.
 .RS
 .PP
-@IMAGEX_PROGNAME@ join windows.wim windows*.swm
+wimlib-imagex join windows.wim windows*.swm
 .RE
 .SH NOTES
 .RE
 .SH NOTES
-\fB@IMAGEX_PROGNAME@ join\fR is roughly equivalent to:
+\fBwimlib-imagex join\fR is roughly equivalent to:
 .RS
 .PP
 .RS
 .PP
-\fB@IMAGEX_PROGNAME@ export\fR \fISWM_PART_1\fR --ref="\fISWM_GLOB\fR" all \fIOUT_WIMFILE\fR
+\fBwimlib-imagex export\fR \fISWM_PART_1\fR --ref="\fISWM_GLOB\fR" all \fIOUT_WIMFILE\fR
 .RE
 .SH SEE ALSO
 .RE
 .SH SEE ALSO
-.BR @IMAGEX_PROGNAME@ (1)
-.BR @IMAGEX_PROGNAME@-export (1)
+.BR wimlib-imagex (1)
+.BR wimlib-imagex-export (1)