diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2015-06-26 20:45:54 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2015-06-26 20:45:54 -0700 |
commit | 2f0213d7339e9bf3f5c465854b4452935249f87c (patch) | |
tree | 2a8c0ae9eb147e760b23b7337e4e9573499d0374 /Doc/Zsh | |
parent | 77a0278bcc5b9ae1dc70e1705b4fce0bc910558f (diff) | |
download | zsh-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
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/options.yo | 2 |
1 files changed, 1 insertions, 1 deletions
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) |