From d4b78f6c54af50cb4724785fbc72185932119941 Mon Sep 17 00:00:00 2001 From: dana Date: Mon, 3 May 2021 18:22:02 -0500 Subject: 48551: docs: Add disclaimer about POSIX compliance and emulation of other shells --- ChangeLog | 3 +++ Doc/Zsh/compat.yo | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 882b15ce9..dd9fa8050 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2021-05-03 dana + * 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 diff --git a/Doc/Zsh/compat.yo b/Doc/Zsh/compat.yo index f1be15fee..6e4dbcfa4 100644 --- a/Doc/Zsh/compat.yo +++ b/Doc/Zsh/compat.yo @@ -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/). -- cgit 1.4.1