about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authordana <dana@dana.is>2021-05-03 18:22:02 -0500
committerdana <dana@dana.is>2021-05-03 18:22:02 -0500
commitd4b78f6c54af50cb4724785fbc72185932119941 (patch)
treec921337eb8fdb5610bb6253b797c28da9372dfed /Doc
parentc23a0d84b029676832ea0f2eeb0caa8c47d0500d (diff)
downloadzsh-d4b78f6c54af50cb4724785fbc72185932119941.tar.gz
zsh-d4b78f6c54af50cb4724785fbc72185932119941.tar.xz
zsh-d4b78f6c54af50cb4724785fbc72185932119941.zip
48551: docs: Add disclaimer about POSIX compliance and emulation of other shells
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compat.yo6
1 files changed, 6 insertions, 0 deletions
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/).