diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Doc/Zsh/options.yo | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index faa0f777b..9f91bc205 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2015-06-29 Peter Stephenson <p.w.stephenson@ntlworld.com> + * unposted: Doc/Zsh/options.yo: fix formatting typo. + * 35655: Doc/Zsh/options.yo, Src/exec.c, Src/options.c, Src/zsh.h: APPEND_CREATE option gives POSIX compatible behaviour for NO_CLOBBER. diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 833c9755e..abd0f8715 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1794,7 +1794,7 @@ enditem() subsect(Shell Emulation) startitem() -pindex(APPEND_CREATE +pindex(APPEND_CREATE) pindex(NO_APPEND_CREATE) pindex(APPENDCREATE) pindex(NOAPPENDCREATE) |