From 867f1968015a36ccd260002c39ba4def91da4980 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 31 Dec 2013 13:48:57 -0600 Subject: [PATCH] imagex-update.1.in: Add note about setting ignore case --- doc/imagex-update.1.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/imagex-update.1.in b/doc/imagex-update.1.in index d7164b07..fa81cb3e 100644 --- a/doc/imagex-update.1.in +++ b/doc/imagex-update.1.in @@ -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, -- 2.43.0