aboutsummaryrefslogtreecommitdiff
path: root/src/unalf.rst
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-19 04:40:48 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-19 04:40:48 -0500
commit80d7b6834c403d95359da9b48b562b1a859d9929 (patch)
treeaa4b93e46d4224f2d897c62e5b3d222833031e70 /src/unalf.rst
parent1435a57b215826d86318e2a07e572eab1e18dcce (diff)
downloadunalf-80d7b6834c403d95359da9b48b562b1a859d9929.tar.gz
Nitpick in man page.
Diffstat (limited to 'src/unalf.rst')
-rw-r--r--src/unalf.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/unalf.rst b/src/unalf.rst
index af873e6..4c5e996 100644
--- a/src/unalf.rst
+++ b/src/unalf.rst
@@ -167,7 +167,8 @@ matches any filename (whether or not it has an extension), and *\**
or *\*.* only match filenames with no extension.
A *\** matches any number of characters (including zero). A *?*
-matches a single character.
+matches a single character. All other characters match themselves, so
+a wildcard with no *\** or *?* must match exactly.
Like the Atari, anything in the name or extension following a *\** is
ignored: **FOO\*BAR.TXT** is equivalent to **FOO\*.TXT**, and