summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/options.yo2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ed1b75088..37d11981e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-06-26 Barton E. Schaefer <schaefer@zsh.org>
+
+ * 35626: Doc/Zsh/options.yo: update POSIX_CD to note that it is on
+ in ksh and sh emulations
+
2015-06-26 Peter Stephenson <p.stephenson@samsung.com>
* 35615: Src/lex.c, Src/Zle/zle_tricky.c:
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index b4a5e105f..2371e358c 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)