Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: document compatibility more clearly
- X-seq: zsh-workers 43176
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: Zsh hackers' list <zsh-workers@xxxxxxx>
- Subject: PATCH: document compatibility more clearly
- Date: Mon, 16 Jul 2018 09:52:32 +0100
- Cms-type: 201P
- Dkim-filter: OpenDKIM Filter v2.11.0 mailout2.w1.samsung.com 20180716085235euoutp02ca33edb679959c526abd5884957bfe96~BzV7U35T10566905669euoutp02H
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1531731155; bh=hsGgwaKrrB8OPOWUauC54Gm4ky1AS5X32EJ1fy/o2Ow=; h=Date:From:To:Subject:References:From; b=pRQxDYNNg+TjEE1/lM7hzjeM2ehHkQDpzi6/wgS/aLp+LpXAJfLiL3i3dHOFbUVdO AEwzeUxYBHvvqo51hzefW7CpsU+PHA2WC+XhBNAUZe/f2I7/L/laWn0Td0bu0FyyvM zN6/PnFLV1/w/M5iXiZ3qGsBnRjcytVYnr6act5Y=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Organization: SCSC
- References: <CGME20180716085234eucas1p21c8563e648c24a6e714cc3d24862560a@eucas1p2.samsung.com>
Probably ought to be clearer about this right at the start of the
manual, as otherwise people make (not unnatural) assumptions.
pws
diff --git a/Doc/Zsh/intro.yo b/Doc/Zsh/intro.yo
index 510a7bd..a7a2f32 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)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author