Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: '>>' does not create file if set -C (noclobber) is active



On Jun 27,  3:54am, Martijn Dekker wrote:
}
} Hmm. On my system (zsh 5.0.8) POSIX_CD is in fact turned on by 'emulate
} sh'.

Documentation error, then.

diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index b4a5e10..2371e35 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -124,7 +124,7 @@ pindex(POSIXCD)
 pindex(NO_POSIX_CD)
 pindex(NOPOSIXCD)
 cindex(CDPATH, order of checking)
-item(tt(POSIX_CD))(
+item(tt(POSIX_CD) <K> <S>)(
 Modifies the behaviour of tt(cd), tt(chdir) and tt(pushd) commands
 to make them more compatible with the POSIX standard. The behaviour with
 the option unset is described in the documentation for the tt(cd)



Messages sorted by: Reverse Date, Date, Thread, Author