about summary refs log tree commit diff
diff options
context:
space:
mode:
authorjchaloup <jchaloup@redhat.com>2014-06-02 17:06:32 +0200
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2014-06-13 21:32:58 +0100
commitd6698d89a6ff9e644ee608c1d08ff21911f9fb27 (patch)
treef762b5627c8e0cd21b13515a0d8e5b66f142cec4
parente6d7d7b0131109fe130d95d4c5fe585f831e6fe7 (diff)
downloadzsh-d6698d89a6ff9e644ee608c1d08ff21911f9fb27.tar.gz
zsh-d6698d89a6ff9e644ee608c1d08ff21911f9fb27.tar.xz
zsh-d6698d89a6ff9e644ee608c1d08ff21911f9fb27.zip
32666: shell emulation doc addition
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/compat.yo2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 760c13c24..2b689b71d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-06-13  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 32666: Doc/Zsh/compat.yo: shell emulation based on executable
+	name incompletely documented.
+
 2014-06-11  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* Jun T: 32767: Src/glob.c: another spot to tweak bracechardots()
diff --git a/Doc/Zsh/compat.yo b/Doc/Zsh/compat.yo
index bf97fe2ae..f1be15fee 100644
--- a/Doc/Zsh/compat.yo
+++ b/Doc/Zsh/compat.yo
@@ -6,7 +6,7 @@ cindex(ksh compatibility)
 Zsh tries to emulate bf(sh) or bf(ksh) when it is invoked as
 tt(sh) or tt(ksh) respectively; more precisely, it looks at the first
 letter of the name by which it was invoked, excluding any initial `tt(r)'
-(assumed to stand for `restricted'), and if that is `tt(s)' or `tt(k)' it
+(assumed to stand for `restricted'), and if that is `tt(b)', `tt(s)' or `tt(k)' it
 will emulate bf(sh) or bf(ksh).  Furthermore, if invoked as tt(su) (which
 happens on certain systems when the shell is executed by the tt(su)
 command), the shell will try to find an alternative name from the tt(SHELL)