]> wimlib.net Git - wimlib/blobdiff - doc/man1/imagex.1.in
v1.7.1
[wimlib] / doc / man1 / imagex.1.in
index e395ad6b739bc03beab55fa00820af0215f45328..3dc30b198db536f48fca84a9cf19e2150eb69f0d 100644 (file)
@@ -1,4 +1,4 @@
-.TH WIMLIB-IMAGEX 1 "May 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
+.TH WIMLIB-IMAGEX 1 "August 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
 .SH NAME
 @IMAGEX_PROGNAME@ \- Extract, create, modify, or mount a WIM (Windows Imaging Format) archive
 .SH SYNOPSIS
@@ -31,6 +31,8 @@
 \fB@IMAGEX_PROGNAME@ unmount\fR \fIarguments...\fR
 .br
 \fB@IMAGEX_PROGNAME@ update\fR \fIarguments...\fR
+.br
+\fB@IMAGEX_PROGNAME@ verify\fR \fIarguments...\fR
 .SH DESCRIPTION
 \fB@IMAGEX_PROGNAME@\fR deals with archives in the Windows Imaging Format (WIM).
 Its interface is similar to Microsoft's ImageX, but \fB@IMAGEX_PROGNAME@\fR is
@@ -118,6 +120,9 @@ Split a WIM file into multiple parts
 .IP \[bu]
 Join a split WIM
  (\fB@IMAGEX_PROGNAME@ join\fR)
+.IP \[bu]
+Verify a WIM file
+ (\fB@IMAGEX_PROGNAME@ verify\fR)
 .SH DETAILED FEATURES
 This section presents some of the interesting features of
 \fB@IMAGEX_PROGNAME@\fR in more detail.
@@ -132,7 +137,7 @@ directly from a block device containing an NTFS volume, or applying a WIM image
 directly to a block device containing an NTFS volume.  This allows saving and
 restoring NTFS-specific data, such as security descriptors and named data
 streams, which is otherwise only supported on Windows.  This feature is
-unavailable if wimlib was was configured using --without-ntfs-3g.
+unavailable if wimlib was configured using --without-ntfs-3g.
 .IP \[bu]
 Long path support on Windows.  \fB@IMAGEX_PROGNAME@\fR can capture and apply
 files with paths exceeding the MAX_PATH (260 character) limitation of the Win32
@@ -153,6 +158,10 @@ to standard output or read from standard input.  This can be used to pipe images
 to or from a server over the network to implement fast filesystem imaging and
 restore.
 .IP \[bu]
+On UNIX-like systems, support for saving and restoring UNIX uids (user IDs),
+gids (group IDs), and modes to/from WIM images.  This is a wimlib extension, but
+the Microsoft implementation ignores this extra metadata.
+.IP \[bu]
 Multithreaded compression.  By default, data compression is multithreaded and
 will use all available processors.  In most cases, this can be changed by the
 \fB--threads\fR option.
@@ -163,8 +172,8 @@ can do better than the equivalent Microsoft implementations.
 .IP \[bu]
 "ESD file" support.  As mentioned in \fBBACKGROUND INFORMATION\fR, "ESD files"
 use a new WIM format that features solid blocks and LZMS compression.  This
-support was first present in wimlib v1.6.0, but later v1.6 releases have
-improved compatibility.
+support was first present in wimlib v1.6.0, but v1.7.0 and later have improved
+compatibility.
 .IP \[bu]
 Mounting WIM images.  This relies on FUSE (Filesystem in UserSpacE) and is only
 supported on compatible UNIX-like systems, in particular Linux.  FreeBSD may
@@ -178,7 +187,7 @@ Delta WIMs.  A delta WIM contains image metadata but excludes file data already
 present in another WIM file.  A delta WIM can be created using
 \fB@IMAGEX_PROGNAME@ capture\fR with the \fB--delta-from\fR option.
 .IP \[bu]
-WIMBoot support.  On Windows 8.1 and later, files on a NTFS volume can be
+WIMBoot support.  On Windows 8.1 and later, files on an NTFS volume can be
 externally backed by a WIM archive with the help of Microsoft's Windows Overlay
 FileSystem Filter Driver (WOF).  With the \fB--wimboot\fR flag,
 \fB@IMAGEX_PROGNAME@ apply\fR will extract "pointer files" (actually NTFS
@@ -228,9 +237,9 @@ such paths will be treated case sensitively.
 Regardless of these settings, options and non-path arguments must be specified
 in lower case.
 .SH LICENSE
-wimlib and @IMAGEX_PROGNAME@ are distributed under the GNU General Public
-License version 3 or later.  Be aware this means this software is provided as-is
-and has no warranty; see COPYING for details.
+@IMAGEX_PROGNAME@ is provided to you under the GNU General Public License
+version 3.  Be aware this means this software is provided as-is and has no
+warranty.
 .SH REPORTING BUGS
 Report bugs to ebiggers3@gmail.com.  Feedback and suggestions are also welcome.
 .SH SEE ALSO
@@ -249,3 +258,4 @@ Report bugs to ebiggers3@gmail.com.  Feedback and suggestions are also welcome.
 .BR @IMAGEX_PROGNAME@-split (1),
 .BR @IMAGEX_PROGNAME@-unmount (1),
 .BR @IMAGEX_PROGNAME@-update (1),
+.BR @IMAGEX_PROGNAME@-verify (1),