about summary refs log tree commit diff
path: root/Doc/Zsh/intro.yo
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2018-07-17 09:29:00 +0100
committerPeter Stephenson <p.stephenson@samsung.com>2018-07-17 09:29:00 +0100
commiteef34baab0f1bb0bd432859f78509fb269a31522 (patch)
treeadddd6eb530d391762203f68a78d6bc13c024d74 /Doc/Zsh/intro.yo
parent9f203c1159900561279f7b179433596e77691c92 (diff)
downloadzsh-eef34baab0f1bb0bd432859f78509fb269a31522.tar.gz
zsh-eef34baab0f1bb0bd432859f78509fb269a31522.tar.xz
zsh-eef34baab0f1bb0bd432859f78509fb269a31522.zip
43176: Add note on compatibility to start of manual.
Default mode is not POSIX.
Diffstat (limited to 'Doc/Zsh/intro.yo')
-rw-r--r--Doc/Zsh/intro.yo9
1 files changed, 7 insertions, 2 deletions
diff --git a/Doc/Zsh/intro.yo b/Doc/Zsh/intro.yo
index 510a7bda5..a7a2f3248 100644
--- a/Doc/Zsh/intro.yo
+++ b/Doc/Zsh/intro.yo
@@ -38,8 +38,13 @@ sect(Description)
 )\
 Zsh is a UNIX command interpreter (shell) usable as an interactive
 login shell and as a shell script command processor.  Of the standard shells,
-zsh most closely resembles bf(ksh) but includes many enhancements.  Zsh
-has command line editing, builtin spelling correction, programmable
+zsh most closely resembles bf(ksh) but includes many enhancements.  It
+does not provide compatibility with POSIX or other shells in its
+default operating mode:  see
+ifnzman(the section noderef(Compatibility))\
+ifzman(the section Compatibility below).
+
+Zsh has command line editing, builtin spelling correction, programmable
 command completion, shell functions (with autoloading), a history
 mechanism, and a host of other features.
 includefile(Zsh/metafaq.yo)