diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Doc/Zsh/grammar.yo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 3a304c0ec..757ceaf57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-06-09 Peter Stephenson <p.stephenson@samsung.com> + + * Jun T: 32755: Doc/Zsh/grammar.yo: move line that was in the + wrong place. 2014-06-07 Barton E. Schaefer <schaefer@zsh.org> * Nikolas Garofil: 32737: Src/utils.c: properly ifdef declarations diff --git a/Doc/Zsh/grammar.yo b/Doc/Zsh/grammar.yo index 9a1e261ae..719f06a97 100644 --- a/Doc/Zsh/grammar.yo +++ b/Doc/Zsh/grammar.yo @@ -486,6 +486,7 @@ 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 +similar options) itemiz(All file generation errors where the pattern was used to create a multio) itemiz(Memory errors where detected by the shell) @@ -495,7 +496,6 @@ itemiz(Logical errors with variables such as assignment to the wrong type) itemiz(Use of invalid variable names) itemiz(Errors in variable substitution syntax) itemiz(Failure to convert characters in tt($')...tt(') expressions) -similar options) enditemize() If the tt(POSIX_BUILTINS) option is set, more errors associated with |