From de9bff3cf8d06a27c23fb847e82bc340ab356749 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 9 May 2014 10:07:28 -0500 Subject: [PATCH] imagex-extract.1.in: Note that ASCII pathlist is fine --- doc/man1/imagex-extract.1.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/man1/imagex-extract.1.in b/doc/man1/imagex-extract.1.in index 24121c0e..ca3ae692 100644 --- a/doc/man1/imagex-extract.1.in +++ b/doc/man1/imagex-extract.1.in @@ -60,7 +60,8 @@ 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 text file (UTF-8 or UTF-16LE encoded) that +Each \fILISTFILE\fR must be a text file (UTF-8 or UTF-16LE encoded; plain ASCII +is also fine) that contains a list of paths to extract, one per line. Wildcard characters are allowed by default. The following demonstrates an example listfile: .PP -- 2.43.0