X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fimagex-update.1.in;h=83668f5ad74b7ce14cb1ffe8d86e50f6abb02bdc;hp=d7164b07c952744f143e8709a87506bdde1f5da7;hb=2bba9abc868d81e85a2a165db9ade09fdb30ac8e;hpb=345d31902b50d440b918d2ec3a16c0f4bfff08ad diff --git a/doc/imagex-update.1.in b/doc/imagex-update.1.in index d7164b07..83668f5a 100644 --- a/doc/imagex-update.1.in +++ b/doc/imagex-update.1.in @@ -1,4 +1,4 @@ -.TH WIMLIB-IMAGEX "1" "January 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" +.TH WIMLIB-IMAGEX "1" "March 2014" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands" .SH NAME @IMAGEX_PROGNAME@-update \- Update a WIM image .SH SYNOPSIS @@ -139,8 +139,10 @@ subdirectory named "Public" in this directory must be specified as All paths to files or directories within the WIM image must be specified relative to the root of the image. However, the leading slash is optional, and both forward slashes and backslashes are accepted. In addition, on Windows, the -paths are treated case-insensitively, while on UNIX-like systems, the paths are -treated case-sensitively. +paths are by default treated case-insensitively, while on UNIX-like systems, the +paths are by default treated case-sensitively. The default case sensitivity may +be changed by setting the \fBWIMLIB_IMAGEX_IGNORE_CASE\fR environmental +variable to 0 or 1. .PP The command file (\fICMDFILE\fR) is parsed by \fB@IMAGEX_PROGNAME@ update\fR itself and not by the system shell. Therefore, its syntax is limited. However,