mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-16 12:21:18 +02:00
users/19825: Clear statement about POSIX compatibility
Right of start of manual where we already refer to ksh.
This commit is contained in:
parent
a7925f9a1c
commit
1a91cb7fb1
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-02-06 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* users/19825: Doc/Zsh/manual.yo: clear statement that zsh is
|
||||
not by default POSIX compatible.
|
||||
|
||||
2015-02-03 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* unposted: Doc/Zsh/builtins.yo: fix formatting of "--".
|
||||
|
|
|
@ -5,7 +5,8 @@ texitop(The Z Shell Manual)
|
|||
texiifinfo(\
|
||||
This Info file documents Zsh, a freely available UNIX command interpreter
|
||||
(shell), which of the standard shells most closely resembles the Korn shell
|
||||
(ksh), although it is not completely compatible.
|
||||
(ksh), although it is not completely compatible. Zsh is able to emulate
|
||||
POSIX shells, but its default mode is not POSIX compatible, either.
|
||||
|
||||
cindex(version)
|
||||
Version version(), last updated date().
|
||||
|
|
Loading…
Reference in a new issue