1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-08 00:26:18 +02:00

48551: docs: Add disclaimer about POSIX compliance and emulation of other shells

This commit is contained in:
dana 2021-05-03 18:22:02 -05:00
parent c23a0d84b0
commit d4b78f6c54
2 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2021-05-03 dana <dana@dana.is>
* 48551 (tweaked per 48565, 48629): Doc/Zsh/compat.yo: Add
disclaimer about POSIX compliance and emulation of other shells
* 48614 (tweaked per 48630): Doc/Zsh/builtins.yo,
Doc/Zsh/options.yo, README, Src/builtin.c, Test/B10getopts.ztst:
Calculate OPTIND according to POSIX_BUILTINS

View File

@ -74,3 +74,9 @@ tt(PROMPT_SUBST)
and
tt(SINGLE_LINE_ZLE)
options are set if zsh is invoked as tt(ksh).
Please note that, whilst reasonable efforts are taken to address
incompatibilities when they arise, zsh does not guarantee complete
emulation of other shells, nor POSIX compliance. For more information on
the differences between zsh and other shells, please refer to chapter 2
of the shell FAQ, uref(https://www.zsh.org/FAQ/).