From: Eric Biggers Date: Tue, 21 May 2013 00:05:59 +0000 (-0500) Subject: Man pages: Improve WIM path docs X-Git-Tag: v1.4.1~73 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=3c6ed4c16d72d8758d9459fac94d017ab61aefd8 Man pages: Improve WIM path docs --- diff --git a/doc/imagex-extract.1.in b/doc/imagex-extract.1.in index cf49abd1..730d5de4 100644 --- a/doc/imagex-extract.1.in +++ b/doc/imagex-extract.1.in @@ -31,10 +31,9 @@ from stand-alone WIMs as well as split WIMs. See \fBSPLIT WIMS\fR. Each \fIPATH\fR specifies a file or directory tree within the WIM image to extract. Each path must be specified as an absolute path starting from the root of the WIM image, like those output by the \fB@IMAGEX_PROGNAME@ dir\fR (1) -command. Path separators may be forward slashes on UNIX, or either forward -slashes or backward slashes on Windows. The leading slash is optional. On -Windows, the paths are treated case-insensitively, while on UNIX, paths are -treated case-sensitively. +command. However, path separators may be either forward or backward slashes, +and the leading slash is optional; also, on Windows, the paths are treated +case-insensitively, while on UNIX, paths are treated case-sensitively. .PP If no \fIPATH\fRs are provided, the default behavior is to extract the full image, as if the path "/" had been provided. diff --git a/doc/imagex-update.1.in b/doc/imagex-update.1.in index ceca0fcd..5c999f0d 100644 --- a/doc/imagex-update.1.in +++ b/doc/imagex-update.1.in @@ -146,8 +146,8 @@ subdirectory named "Public" in this directory must be specified as .PP 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. On Windows, the paths are -treated case-insensitively, while on UNIX, the paths are treated +both forward slashes and backslashes are accepted. In addition, on Windows, the +paths are treated case-insensitively, while on UNIX, the paths are treated case-sensitively. .PP The command file (\fICMDFILE\fR) is parsed by \fB@IMAGEX_PROGNAME@ update\fR