diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-19 04:40:48 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-19 04:40:48 -0500 |
| commit | 80d7b6834c403d95359da9b48b562b1a859d9929 (patch) | |
| tree | aa4b93e46d4224f2d897c62e5b3d222833031e70 /src/unalf.1 | |
| parent | 1435a57b215826d86318e2a07e572eab1e18dcce (diff) | |
| download | unalf-80d7b6834c403d95359da9b48b562b1a859d9929.tar.gz | |
Nitpick in man page.
Diffstat (limited to 'src/unalf.1')
| -rw-r--r-- | src/unalf.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/unalf.1 b/src/unalf.1 index 7a6f65e..51fc5e2 100644 --- a/src/unalf.1 +++ b/src/unalf.1 @@ -206,7 +206,8 @@ matches any filename (whether or not it has an extension), and \fI*\fP or \fI*.\fP only match filenames with no extension. .sp A \fI*\fP matches any number of characters (including zero). A \fI?\fP -matches a single character. +matches a single character. All other characters match themselves, so +a wildcard with no \fI*\fP or \fI?\fP must match exactly. .sp Like the Atari, anything in the name or extension following a \fI*\fP is ignored: \fBFOO*BAR.TXT\fP is equivalent to \fBFOO*.TXT\fP, and |
