diff options
author | Andrew Janke <floss@apjanke.net> | 2015-09-30 21:14:05 -0400 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-10-01 09:49:44 +0100 |
commit | 8bf72dd65b00ffd223d0705c8fde952ff129eafa (patch) | |
tree | c261a280abc3365c7e1cee9d3e72f13f70a786aa /NEWS | |
parent | 9064483b6c73286cd892acd5d30366db14a77371 (diff) | |
download | zsh-8bf72dd65b00ffd223d0705c8fde952ff129eafa.tar.gz zsh-8bf72dd65b00ffd223d0705c8fde952ff129eafa.tar.xz zsh-8bf72dd65b00ffd223d0705c8fde952ff129eafa.zip |
36729: fix some typos in distro docs
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS index 7b2994b6b..bc14a8beb 100644 --- a/NEWS +++ b/NEWS @@ -47,7 +47,7 @@ and an array "array" containing the words "several" - Improved (though still not perfect) POSIX compatibility for getopts builtin when POSIX_BUILTINS is set. -- New setopt APPEND_CREATE for POSIX-compatible NO_CLOBBER behavior. +- New setopt APPEND_CREATE for POSIX-compatible NO_CLOBBER behaviour. - Completion of date values now displays in a calendar format when the complist module is available. Controllable by zstyle. @@ -929,7 +929,7 @@ Parameter and expansion changes: - expansion of ~ and other globbing flags via ${~param} do not depend upon EXTENDED_GLOB (bug fix). - nested parameter substitutions require braces (this was always the - documented behavior, but previous parsers didn't enforce it). + documented behaviour, but previous parsers didn't enforce it). - quote only nested expansion, e.g. ${(f)"$(<file)"} reads complete `file', then splits lines into array. @@ -954,7 +954,7 @@ Other changes: Debugging enhancements: - LINENO is now very much more useful in scripts and functions and is reported correctly in most error messages. - - ERREXIT behavior is now consistent with newer Bourne-like shells, + - ERREXIT behaviour is now consistent with newer Bourne-like shells, e.g. with respect to `if' tests that fail. Configuration changes: |