about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-06-26 20:45:54 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-06-26 20:45:54 -0700
commit2f0213d7339e9bf3f5c465854b4452935249f87c (patch)
tree2a8c0ae9eb147e760b23b7337e4e9573499d0374
parent77a0278bcc5b9ae1dc70e1705b4fce0bc910558f (diff)
downloadzsh-2f0213d7339e9bf3f5c465854b4452935249f87c.tar.gz
zsh-2f0213d7339e9bf3f5c465854b4452935249f87c.tar.xz
zsh-2f0213d7339e9bf3f5c465854b4452935249f87c.zip
35626: update POSIX_CD to note that it is on in ksh and sh emulations
-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)