mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-19 11:31:26 +01:00
50840: Doc/Zsh/grammar.yo: Correct NO_MATCH to NOMATCH
This commit is contained in:
parent
5b1c204c54
commit
b76dcecfe3
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2022-10-25 Axel Beckert <abe@deuxchevaux.org.org>
|
||||
|
||||
* 50840: Doc/Zsh/grammar.yo: Correct NO_MATCH to NOMATCH.
|
||||
|
||||
2022-10-23 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* users/28243: Doc/Zsh/builtins.yo: update "typeset +" doc
|
||||
|
|
|
@ -536,7 +536,7 @@ itemiz(Errors creating command or process substitutions)
|
|||
itemiz(Syntax errors in glob qualifiers)
|
||||
itemiz(File generation errors where not caught by the option tt(BAD_PATTERN))
|
||||
itemiz(All bad patterns used for matching within case statements)
|
||||
itemiz(File generation failures where not caused by tt(NO_MATCH) or
|
||||
itemiz(File generation failures where not caused by tt(NOMATCH) or
|
||||
similar options)
|
||||
itemiz(All file generation errors where the pattern was used to create a
|
||||
multio)
|
||||
|
|
Loading…
Reference in a new issue