X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=doc%2Fman1%2Fimagex-extract.1.in;h=7109b734560f2816d7041cfecb89218115259ad3;hp=309430b8d4569d39577bfb5c8274f7839b1b8ffa;hb=5aa1f3fd0bfdacf8ae14abf2f6be09f4229dc7b4;hpb=5ed094e676e53c645e90d102978187fc3afbddd7 diff --git a/doc/man1/imagex-extract.1.in b/doc/man1/imagex-extract.1.in index 309430b8..7109b734 100644 --- a/doc/man1/imagex-extract.1.in +++ b/doc/man1/imagex-extract.1.in @@ -60,20 +60,21 @@ wildcard pattern may expand to multiple actual files or directories. Use the \fB--no-wildcards\fR option to disable wildcard matching and search for each path literally. .PP -Each \fILISTFILE\fR must be a UTF-8 text file that contains a list of paths to -extract, one per line. Wildcard characters are allowed by default. The -following demonstrates an example listfile: +Each \fILISTFILE\fR must be a text file (UTF-8 or UTF-16LE encoded) that +contains a list of paths to extract, one per line. Wildcard characters are +allowed by default. The following demonstrates an example listfile: .PP .RS .nf ; This is a comment (begins with semicolon) +# This is also a comment (begins with number sign) /Users /Windows/explorer.exe /Windows/System32/en-US/* ; Both forward and backslashes are valid. -; Don't quote paths containing spaces. +; It's not necessary to quote paths containing internal spaces. \\Program Files\\A* ; Leading and trailing whitespace is ignored