diff options
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r-- | Doc/Zsh/expn.yo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 29bef50d9..834cb97c3 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -1178,6 +1178,7 @@ cindex(character classes) There are also several named classes of characters, in the form `tt([:)var(name)tt(:])' with the following meanings: `tt([:alnum:])' alphanumeric, `tt([:alpha:])' alphabetic, +`tt([:ascii:])' 7-bit, `tt([:blank:])' space or tab, `tt([:cntrl:])' control character, `tt([:digit:])' decimal digit, `tt([:graph:])' printable character except whitespace, |